From 584a993831f6f5f43ddeb79169b8e6de5f4ed8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:36:34 +0000 Subject: [PATCH] ci: bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yml | 2 +- .github/workflows/flakehub-publish-rolling.yml | 2 +- .github/workflows/pr-merged.yml | 2 +- .github/workflows/tag-maintainers.yml | 2 +- .github/workflows/update-maintainers.yml | 2 +- .github/workflows/update-other.yml | 2 +- .github/workflows/update.yml | 2 +- .github/workflows/website.yml | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 695bbbf7..9ec0bb99 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -30,7 +30,7 @@ jobs: permission-contents: write permission-pull-requests: write - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{ steps.app-token.outputs.token }} ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/flakehub-publish-rolling.yml b/.github/workflows/flakehub-publish-rolling.yml index 3bff9b2a..b691a653 100644 --- a/.github/workflows/flakehub-publish-rolling.yml +++ b/.github/workflows/flakehub-publish-rolling.yml @@ -11,7 +11,7 @@ jobs: id-token: "write" contents: "read" steps: - - uses: "actions/checkout@v4" + - uses: "actions/checkout@v5" - uses: "DeterminateSystems/nix-installer-action@main" - uses: "DeterminateSystems/flakehub-push@main" with: diff --git a/.github/workflows/pr-merged.yml b/.github/workflows/pr-merged.yml index 0091e736..3b02825d 100644 --- a/.github/workflows/pr-merged.yml +++ b/.github/workflows/pr-merged.yml @@ -71,7 +71,7 @@ jobs: # This ensures we get the latest scripts, even if the PR's base was outdated. - name: Checkout base branch id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: sparse-checkout: | flake/dev/diff-plugins.py diff --git a/.github/workflows/tag-maintainers.yml b/.github/workflows/tag-maintainers.yml index c7efd8f2..d8bf61c9 100644 --- a/.github/workflows/tag-maintainers.yml +++ b/.github/workflows/tag-maintainers.yml @@ -36,7 +36,7 @@ jobs: # Checkout the code from the base branch. # This is a security measure for `pull_request_target` to run trusted code. - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.base_ref }} diff --git a/.github/workflows/update-maintainers.yml b/.github/workflows/update-maintainers.yml index b679f158..c56dd06e 100644 --- a/.github/workflows/update-maintainers.yml +++ b/.github/workflows/update-maintainers.yml @@ -59,7 +59,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ steps.app-token.outputs.token || github.token }} diff --git a/.github/workflows/update-other.yml b/.github/workflows/update-other.yml index 9495664d..7c3c8719 100644 --- a/.github/workflows/update-other.yml +++ b/.github/workflows/update-other.yml @@ -18,7 +18,7 @@ jobs: branches: ${{ steps.list-branches.outputs.result }} steps: - name: Checkout version-info - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: sparse-checkout: version-info.toml sparse-checkout-cone-mode: false diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 801bdb5c..1f4e2165 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -75,7 +75,7 @@ jobs: git config --global user.email "$email" - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 1a245405..1ba766b3 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout version-info - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: sparse-checkout: version-info.toml sparse-checkout-cone-mode: false @@ -91,7 +91,7 @@ jobs: authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ matrix.ref }}