Skip to content

Commit 87d7b25

Browse files
Merge pull request #74 from nothub/dependabot/github_actions/actions/checkout-5
2 parents 2a64bd9 + f4c8c0a commit 87d7b25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
check:
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
fetch-depth: 0
1313
- uses: actions/setup-go@v5
@@ -22,7 +22,7 @@ jobs:
2222
needs: check
2323
runs-on: ubuntu-24.04
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0
2828
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)