From 53e282870e57ed14f01c0ec8bfe983618ea7d51c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 01:04:00 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...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/fuzz.yml | 2 +- .github/workflows/no-emdash.yml | 2 +- .github/workflows/no-internal-refs.yml | 2 +- .github/workflows/smoke.yml | 2 +- .github/workflows/test-selection.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 5b20cc9..986470e 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -26,7 +26,7 @@ jobs: env: SYNTH_FUZZ_RUNS: "6000" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: diff --git a/.github/workflows/no-emdash.yml b/.github/workflows/no-emdash.yml index edeb29b..e70ede0 100644 --- a/.github/workflows/no-emdash.yml +++ b/.github/workflows/no-emdash.yml @@ -92,7 +92,7 @@ jobs: no-emdash: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: # Full history: the commit-message step below reads the PR's commit range, # and the default shallow clone does not contain the base commit. diff --git a/.github/workflows/no-internal-refs.yml b/.github/workflows/no-internal-refs.yml index e521e76..a1ddc32 100644 --- a/.github/workflows/no-internal-refs.yml +++ b/.github/workflows/no-internal-refs.yml @@ -60,7 +60,7 @@ jobs: no-internal-refs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # The script self-tests before it reports: it proves each rule still matches its own # positive sample AND still lets through the reference material it was most likely to diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index a92e4ea..0fb5aa6 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -77,7 +77,7 @@ jobs: node: ["22", "24"] runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 diff --git a/.github/workflows/test-selection.yml b/.github/workflows/test-selection.yml index 1671970..b9ba658 100644 --- a/.github/workflows/test-selection.yml +++ b/.github/workflows/test-selection.yml @@ -75,7 +75,7 @@ jobs: test-selection: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9