From b811c2e0df7f3a01d54e73727df63ee91b90e46b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 01:50:42 +0000 Subject: [PATCH] deps(gha): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-spelling.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 1696481..1cc5863 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -26,7 +26,7 @@ jobs: steps: - name: 🤘 Checkout Code - uses: actions/checkout@v5 # https://github.com/actions/checkout + uses: actions/checkout@v6 # https://github.com/actions/checkout - name: 🔽 Install Dependencies run: sudo npm install -g cspell diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41bebf4..54f91f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: docker-images: false - name: 🤘 Checkout Code - uses: actions/checkout@v5 # https://github.com/actions/checkout + uses: actions/checkout@v6 # https://github.com/actions/checkout - name: 🔍 Run hadolint uses: hadolint/hadolint-action@v3.3.0 # https://github.com/hadolint/hadolint-action @@ -345,7 +345,7 @@ jobs: steps: - name: 🤘 Checkout gh-pages branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: gh-pages fetch-depth: 1