From 60805556f26897ea1df176c165dca289d5ecf730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:57:24 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gnulinux.yml | 12 ++++++------ .github/workflows/macos.yml | 4 ++-- .github/workflows/proof.yml | 4 ++-- .github/workflows/reuse.yml | 2 +- .github/workflows/sdist.yml | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/gnulinux.yml b/.github/workflows/gnulinux.yml index e6f84fdf..a43039e0 100644 --- a/.github/workflows/gnulinux.yml +++ b/.github/workflows/gnulinux.yml @@ -65,13 +65,13 @@ jobs: - name: XXX git permission quirk XXX run: | git config --global --add safe.directory $GITHUB_WORKSPACE - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true set-safe-directory: true - name: Clone cross-files - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 'main' repository: 'outpost-os/meson-cross-files' @@ -137,13 +137,13 @@ jobs: - name: XXX git permission quirk XXX run: | git config --global --add safe.directory $GITHUB_WORKSPACE - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true set-safe-directory: true - name: Clone cross-files - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 'main' repository: 'outpost-os/meson-cross-files' @@ -201,13 +201,13 @@ jobs: - name: XXX git permission quirk XXX run: | git config --global --add safe.directory $GITHUB_WORKSPACE - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true set-safe-directory: true - name: Clone cross-files - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 'main' repository: 'outpost-os/meson-cross-files' diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c5f0bfe0..07625cb9 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -27,7 +27,7 @@ jobs: - name: XXX git permission quirk XXX run: | git config --global --add safe.directory $GITHUB_WORKSPACE - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true @@ -45,7 +45,7 @@ jobs: # https://github.com/actions/setup-python/issues/58 - run: brew install dtc libssh2 curl srecord rustup - name: Clone cross-files - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 'using-local-dirs' repository: 'outpost-os/meson-cross-files' diff --git a/.github/workflows/proof.yml b/.github/workflows/proof.yml index 3cfcce4d..55b5c6a8 100644 --- a/.github/workflows/proof.yml +++ b/.github/workflows/proof.yml @@ -26,7 +26,7 @@ jobs: - name: XXX git permission quirk XXX run: | git config --global --add safe.directory $GITHUB_WORKSPACE - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true @@ -40,7 +40,7 @@ jobs: python3 -m venv venv echo "$PWD/venv/bin" >> $GITHUB_PATH - name: Clone cross-files - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 'main' repository: 'outpost-os/meson-cross-files' diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 83463158..6a2c4585 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -18,7 +18,7 @@ jobs: spdx-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: REUSE Compliance Check uses: fsfe/reuse-action@v5 diff --git a/.github/workflows/sdist.yml b/.github/workflows/sdist.yml index 42b2c8e4..b69cfcc4 100644 --- a/.github/workflows/sdist.yml +++ b/.github/workflows/sdist.yml @@ -34,13 +34,13 @@ jobs: - name: XXX git permission quirk XXX run: | git config --global --add safe.directory $GITHUB_WORKSPACE - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true set-safe-directory: true - name: Clone cross-files - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 'main' repository: 'outpost-os/meson-cross-files'