From a507ef671ebdb481e1260cf55e3703b52c11ffb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 09:23:52 +0000 Subject: [PATCH] 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/ci.yml | 8 ++++---- .github/workflows/publish.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba173cc..c3d34a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: timeout-minutes: 5 if: github.event_name != 'pull_request' || github.event.pull_request.draft == false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup with: node-version: '22.13.x' @@ -60,7 +60,7 @@ jobs: timeout-minutes: 10 if: github.event_name != 'pull_request' || github.event.pull_request.draft == false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup with: node-version: '22.13.x' @@ -72,7 +72,7 @@ jobs: timeout-minutes: 10 if: github.event_name != 'pull_request' || github.event.pull_request.draft == false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup with: node-version: '22.13.x' @@ -84,7 +84,7 @@ jobs: timeout-minutes: 15 if: github.event_name != 'pull_request' || github.event.pull_request.draft == false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup with: node-version: '22.13.x' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 981d257..bbfe6ea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: