Skip to content

Commit 4ad87e0

Browse files
Update actions/checkout action to v6 (#47)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 30262df commit 4ad87e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
go-version: ^1.17
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: golangci-lint
2222
uses: golangci/golangci-lint-action@v9
2323
with:
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
go-version: ^1.17
3535
- name: Checkout
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
- name: Vet
3838
run: go vet -v ./...
3939
- name: Test

0 commit comments

Comments
 (0)