From bd9fe8bab4b1be7dd3caf33cb780e7f70efde6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 03:22:29 +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/main.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e4845fb2..fd469650 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: node-version: 22.22.2 - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' @@ -46,7 +46,7 @@ jobs: node-version: 22.22.2 - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f971ccb8..9a811fd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: node-version: 22.22.2 - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0'