Skip to content

Commit 2bf9ba6

Browse files
authored
Merge pull request #107 from snorwin/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4c780f7 + 309f34f commit 2bf9ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: lint
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: actions/setup-go@v6
1919
with:
2020
go-version: ^1.24
@@ -25,7 +25,7 @@ jobs:
2525
name: go test
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- uses: actions/setup-go@v6
3030
with:
3131
go-version: ^1.24

0 commit comments

Comments
 (0)