Skip to content

Commit c3a2692

Browse files
committed
update actions versions
1 parent d036666 commit c3a2692

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
go: [ '~1.21.0', 'stable' ]
1818
name: Go ${{ matrix.go }}
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: Setup go
2323
uses: actions/setup-go@v4

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
name: lint
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/setup-go@v2
20-
- uses: actions/checkout@v2
19+
- uses: actions/setup-go@v4
20+
- uses: actions/checkout@v4
2121
- name: golangci-lint
2222
uses: golangci/golangci-lint-action@v2
2323
with:

0 commit comments

Comments
 (0)