From d0c23c7c49541a1db1bce05171c4e029e69fa793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:02:21 +0000 Subject: [PATCH] deps(gha): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 d90c43e..1696481 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@v4 # https://github.com/actions/checkout + uses: actions/checkout@v5 # 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 aa414c1..376514e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: docker-images: false - name: 🤘 Checkout Code - uses: actions/checkout@v4 # https://github.com/actions/checkout + uses: actions/checkout@v5 # https://github.com/actions/checkout - name: 🔍 Run hadolint uses: hadolint/hadolint-action@v3.1.0 # https://github.com/hadolint/hadolint-action @@ -307,7 +307,7 @@ jobs: steps: - name: 🤘 Checkout gh-pages branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: gh-pages fetch-depth: 1