Skip to content

Commit 3ed3870

Browse files
authored
Merge pull request #407 from RoseauTechnologies/dependabot/github_actions/develop/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 291cdf6 + c369d90 commit 3ed3870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: read
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
with:
3838
lfs: false
3939
persist-credentials: false

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
permissions:
2323
contents: read
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
lfs: false
2828
persist-credentials: false

0 commit comments

Comments
 (0)