From 7702d14879e8f0148fa168e38f3eaa2650fa0d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:01:01 +0000 Subject: [PATCH] ci: bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/backport.yml | 2 +- .github/workflows/github_pages.yml | 2 +- .github/workflows/tag-maintainers.yml | 2 +- .github/workflows/test.yml | 4 ++-- .github/workflows/update-flake.yml | 2 +- .github/workflows/update-maintainers.yml | 2 +- .github/workflows/validate-maintainers.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 09f6ba11a..f6287a691 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -31,7 +31,7 @@ jobs: with: app-id: ${{ vars.CI_APP_ID }} private-key: ${{ secrets.CI_APP_PRIVATE_KEY }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }} ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index d437027ce..94fd946e3 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -12,7 +12,7 @@ jobs: os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: cachix/install-nix-action@v31 with: nix_path: nixpkgs=channel:nixos-unstable diff --git a/.github/workflows/tag-maintainers.yml b/.github/workflows/tag-maintainers.yml index c14c8f5b8..d3ca8ad58 100644 --- a/.github/workflows/tag-maintainers.yml +++ b/.github/workflows/tag-maintainers.yml @@ -23,7 +23,7 @@ jobs: app-id: ${{ vars.CI_APP_ID }} private-key: ${{ secrets.CI_APP_PRIVATE_KEY }} - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.base.sha }} - name: Get Nixpkgs revision from flake.lock diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 045b80b34..f5347a947 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: hm: ${{ steps.changes.outputs.hm }} tests: ${{ steps.changes.outputs.tests }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: dorny/paths-filter@v3 id: changes with: @@ -47,7 +47,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Get Nixpkgs revision from flake.lock id: get-nixpkgs run: | diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 26000eb33..cf9fc1051 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -34,7 +34,7 @@ jobs: echo "email=$id+$name@users.noreply.github.com" } >> "$GITHUB_OUTPUT" - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ matrix.branch }} token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update-maintainers.yml b/.github/workflows/update-maintainers.yml index bfcea494b..f31a6073c 100644 --- a/.github/workflows/update-maintainers.yml +++ b/.github/workflows/update-maintainers.yml @@ -48,7 +48,7 @@ jobs: echo "email=$id+$name@users.noreply.github.com" } >> "$GITHUB_OUTPUT" - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ steps.app-token.outputs.token || github.token }} - name: Get Nixpkgs revision from flake.lock diff --git a/.github/workflows/validate-maintainers.yml b/.github/workflows/validate-maintainers.yml index 654f6fc65..6744651c9 100644 --- a/.github/workflows/validate-maintainers.yml +++ b/.github/workflows/validate-maintainers.yml @@ -15,7 +15,7 @@ jobs: if: github.repository_owner == 'nix-community' steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get Nixpkgs revision from flake.lock id: get-nixpkgs run: |