Skip to content

Commit b811c2e

Browse files
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](actions/checkout@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] <support@github.com>
1 parent c0edd2b commit b811c2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: 🤘 Checkout Code
29-
uses: actions/checkout@v5 # https://github.com/actions/checkout
29+
uses: actions/checkout@v6 # https://github.com/actions/checkout
3030

3131
- name: 🔽 Install Dependencies
3232
run: sudo npm install -g cspell

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
docker-images: false
6464

6565
- name: 🤘 Checkout Code
66-
uses: actions/checkout@v5 # https://github.com/actions/checkout
66+
uses: actions/checkout@v6 # https://github.com/actions/checkout
6767

6868
- name: 🔍 Run hadolint
6969
uses: hadolint/hadolint-action@v3.3.0 # https://github.com/hadolint/hadolint-action
@@ -345,7 +345,7 @@ jobs:
345345
steps:
346346

347347
- name: 🤘 Checkout gh-pages branch
348-
uses: actions/checkout@v5
348+
uses: actions/checkout@v6
349349
with:
350350
ref: gh-pages
351351
fetch-depth: 1

0 commit comments

Comments
 (0)