From a2525c730e870edd46fd6cebd8e226a187ee192c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:43:26 +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/validate_pr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/validate_pr.yml b/.github/workflows/validate_pr.yml index 7a4ae22..ebb6065 100644 --- a/.github/workflows/validate_pr.yml +++ b/.github/workflows/validate_pr.yml @@ -17,7 +17,7 @@ jobs: node-version: [22] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Node.js ${{ matrix.node-version }} uses: ./.github/actions/cache-restore @@ -37,7 +37,7 @@ jobs: needs: [setup] steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node.js uses: ./.github/actions/cache-restore @@ -53,7 +53,7 @@ jobs: needs: [setup] steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node.js uses: ./.github/actions/cache-restore @@ -74,7 +74,7 @@ jobs: # node: [20] # steps: # - name: Checkout repo - # uses: actions/checkout@v6 + # uses: actions/checkout@v7 # - name: Set up Node.js v${{ matrix.node }} # uses: ./.github/actions/cache-restore