From e106c61e3fb2f6cb72b0573f6ba757b30bf2cb2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:44:09 +0000 Subject: [PATCH] ci: bump actions/checkout in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.2 to 7.0.0 - [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/de0fac2e4500dabe0009e67214ff5f5447ce83dd...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/buffered-nixpkgs.yml | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/mirror.yml | 4 ++-- .github/workflows/rolling.yml | 4 ++-- .github/workflows/tagged.yml | 2 +- .github/workflows/test.yml | 4 ++-- .github/workflows/zizmor.yml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/buffered-nixpkgs.yml b/.github/workflows/buffered-nixpkgs.yml index 71232bf..c324d19 100644 --- a/.github/workflows/buffered-nixpkgs.yml +++ b/.github/workflows/buffered-nixpkgs.yml @@ -30,7 +30,7 @@ jobs: - uses: DeterminateSystems/flakehub-cache-action@main - name: Checkout flakehub-mirror tooling - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: path: flakehub-mirror-tooling persist-credentials: false @@ -56,7 +56,7 @@ jobs: run: rm -rf flakehub-mirror-tooling - name: Checkout ${{ matrix.repo }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ matrix.repo }} ref: ${{ steps.chill.outputs.revision }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2a28ae..1a1e058 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 4a8a8ab..492690b 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -47,7 +47,7 @@ jobs: id: tagfetch - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ matrix.repo }} ref: ${{ steps.tagfetch.outputs.tag }} @@ -205,7 +205,7 @@ jobs: - uses: DeterminateSystems/flakehub-cache-action@main - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ matrix.repo }} ref: ${{ matrix.branch }} diff --git a/.github/workflows/rolling.yml b/.github/workflows/rolling.yml index 8a1ac69..10294b5 100644 --- a/.github/workflows/rolling.yml +++ b/.github/workflows/rolling.yml @@ -22,7 +22,7 @@ jobs: id-token: "write" contents: "read" steps: - - uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 + - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 with: persist-credentials: false @@ -33,7 +33,7 @@ jobs: INPUT_RELEASE-BRANCH: ${{ inputs.branch }} run: node "./dist/index.js" - - uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 + - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 with: repository: ${{ inputs.repo }} ref: ${{ inputs.branch }} diff --git a/.github/workflows/tagged.yml b/.github/workflows/tagged.yml index d3ef84e..33c8894 100644 --- a/.github/workflows/tagged.yml +++ b/.github/workflows/tagged.yml @@ -20,7 +20,7 @@ jobs: id-token: "write" contents: "read" steps: - - uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 + - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 with: repository: ${{ inputs.repo }} ref: ${{ inputs.tag }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1efc4c3..e322642 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: id: tagfetch - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ matrix.repo }} ref: ${{ steps.tagfetch.outputs.tag }} @@ -58,7 +58,7 @@ jobs: - uses: DeterminateSystems/flakehub-cache-action@main - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ matrix.repo }} ref: ${{ matrix.branch }} diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index e6a3c98..13fef22 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -15,7 +15,7 @@ jobs: actions: read steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false