Skip to content

Commit 4d3fa0f

Browse files
committed
incrementing right to v6
1 parent 1983154 commit 4d3fa0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: ^1.18
2222

2323
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Test
2727
run: make test
@@ -38,7 +38,7 @@ jobs:
3838
go-version: 1.19
3939

4040
- name: Check out code
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v6
4242

4343
- name: Lint with golanci-lint
4444
uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)