Skip to content

Commit 9e5276e

Browse files
Merge pull request #11 from generationmake/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 2 to 5
2 parents 006bb72 + 8cce0db commit 9e5276e

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@v2
13+
uses: actions/checkout@v5
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@v2
13+
uses: actions/checkout@v5
1414

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

0 commit comments

Comments
 (0)