Skip to content

Commit b4fab4a

Browse files
committed
Bump actions/checkout from 3 to 6
1 parent a3a60da commit b4fab4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
codespell:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v5
88
- uses: codespell-project/actions-codespell@master
99
with:
1010
path: .

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ jobs:
44
shellcheck:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v5
88
- uses: ludeeus/action-shellcheck@master

0 commit comments

Comments
 (0)