Skip to content

Commit 29583e1

Browse files
Merge pull request #92 from serv-c/dependabot/github_actions/actions/checkout-5
fix: bump actions/checkout from 4 to 5
2 parents 23ad667 + 1c04577 commit 29583e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
runs-on:
55
- ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
88
with:
99
fetch-depth: 0
1010
fetch-tags: true

.github/workflows/dependabot-auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on:
1717
- ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
fetch-tags: true
@@ -34,7 +34,7 @@ jobs:
3434
runs-on:
3535
- ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
with:
3939
fetch-depth: 0
4040
fetch-tags: true

0 commit comments

Comments
 (0)