From 9a7717bb272c5956e806040a2b7da9dc3f02b379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 02:05:46 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in the all group across 1 directory Bumps the all group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-on-tag.yml | 2 +- .github/workflows/update.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-on-tag.yml b/.github/workflows/publish-on-tag.yml index 818b5d0649..c6e30f1c3c 100644 --- a/.github/workflows/publish-on-tag.yml +++ b/.github/workflows/publish-on-tag.yml @@ -13,7 +13,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 0d92726388..115964f16f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} @@ -28,7 +28,7 @@ jobs: scripts/update-to-latest.sh - name: Check out debugger-protocol-viewer - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ChromeDevTools/debugger-protocol-viewer path: debugger-protocol-viewer