From c939c9db2159e2d874f86bad1b58cd1bc984b7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:06:09 +0000 Subject: [PATCH] build(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) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [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/docs-links.yml | 2 +- .github/workflows/playground-demo.yml | 2 +- .github/workflows/review-gate.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-links.yml b/.github/workflows/docs-links.yml index 3c99ded..dbdc4dc 100644 --- a/.github/workflows/docs-links.yml +++ b/.github/workflows/docs-links.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Run lychee link checker uses: lycheeverse/lychee-action@v2 diff --git a/.github/workflows/playground-demo.yml b/.github/workflows/playground-demo.yml index 971b0dd..95efb56 100644 --- a/.github/workflows/playground-demo.yml +++ b/.github/workflows/playground-demo.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Build clean plugin ZIP run: | diff --git a/.github/workflows/review-gate.yml b/.github/workflows/review-gate.yml index 9e66524..84cfbe1 100644 --- a/.github/workflows/review-gate.yml +++ b/.github/workflows/review-gate.yml @@ -58,7 +58,7 @@ jobs: # Pin to the default branch — see the SECURITY note above. This is the # trusted copy of the script regardless of which event triggered the run. - name: Check out review-gate script (default branch) - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ github.event.repository.default_branch }} sparse-checkout: .github/scripts/review-gate.js