From bf25cad74e68f847a43b187c7b43b01de395821c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:17:11 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/dependabot-nix-hash-sync.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4185eb9..6449a95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: jdx/mise-action@v4 - run: pnpm install --frozen-lockfile - run: pnpm run format:check @@ -25,7 +25,7 @@ jobs: # mismatch; paste it into flake.nix and push. runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - name: nix flake check @@ -48,7 +48,7 @@ jobs: contents: write # softprops/action-gh-release id-token: write # npm Trusted Publishing + provenance steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # bundle.js reads git tags - uses: jdx/mise-action@v4 @@ -129,7 +129,7 @@ jobs: group: nightly-publish cancel-in-progress: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: jdx/mise-action@v4 diff --git a/.github/workflows/dependabot-nix-hash-sync.yml b/.github/workflows/dependabot-nix-hash-sync.yml index 4023424..49ca915 100644 --- a/.github/workflows/dependabot-nix-hash-sync.yml +++ b/.github/workflows/dependabot-nix-hash-sync.yml @@ -37,7 +37,7 @@ jobs: if: github.event.pull_request.user.login == 'dependabot[bot]' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.ref }} token: ${{ secrets.GITHUB_TOKEN }}