From 8d8066b7eef07487ea96961c4209bd395b9b618d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:23:38 +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/git-hash-security-check.yml | 2 +- .github/workflows/npm-prepare-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/git-hash-security-check.yml b/.github/workflows/git-hash-security-check.yml index 61840947..2cf54ca0 100644 --- a/.github/workflows/git-hash-security-check.yml +++ b/.github/workflows/git-hash-security-check.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check for short git hashes in package.json uses: Automattic/vip-actions/git-hash-security-check@c8022b66e78461df4f802b935dc0dbb8399f96bc diff --git a/.github/workflows/npm-prepare-release.yml b/.github/workflows/npm-prepare-release.yml index d1b0059d..eedbc82b 100644 --- a/.github/workflows/npm-prepare-release.yml +++ b/.github/workflows/npm-prepare-release.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run npm-prepare-release uses: Automattic/vip-actions/npm-prepare-release@v0.7.4