Skip to content

Commit fc2a673

Browse files
authored
Merge pull request #6 from action-pack/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 21faa56 + 5239bfa commit fc2a673

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
contents: write
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525
- name: Selfcheck

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: shellcheck
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- name: Run ShellCheck
1212
uses: ludeeus/action-shellcheck@master
1313
env:

0 commit comments

Comments
 (0)