Skip to content

Commit f232391

Browse files
authored
Merge pull request #33 from jakoch/dependabot/github_actions/actions/checkout-6
deps(gha): bump actions/checkout from 5 to 6
2 parents c0edd2b + b811c2e commit f232391

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)