Skip to content

Commit 8034b7f

Browse files
Merge pull request #12 from generationmake/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 9e5276e + b1e34a8 commit 8034b7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/general-formatting-checks.yml

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

1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
# https://github.com/per1234/formatting-checks
1616
- name: Check for files starting with a blank line

.github/workflows/spell-check.yml

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

1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
1616
- name: Spell check

0 commit comments

Comments
 (0)