From 83a34204c0c148778118d4ff0199fb184bd7d533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:42:15 +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/CD.yaml | 2 +- .github/workflows/CI.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 12c381e..7d4780e 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -16,7 +16,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: show-progress: false diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 785b082..bcddcdc 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -11,7 +11,7 @@ jobs: node-version: [22.x, 24.x, 25.x] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: show-progress: false @@ -32,7 +32,7 @@ jobs: needs: build steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: show-progress: false