Skip to content

Commit 0aaef70

Browse files
committed
Update outdated GitHub Actions
1 parent 4b35b04 commit 0aaef70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
name: Go ${{ matrix.go }}
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@v2
23+
uses: actions/setup-go@v5
2424
with:
2525
go-version: ${{ matrix.go }}
2626

2727
- name: golangci-lint
28-
uses: golangci/golangci-lint-action@v2
28+
uses: golangci/golangci-lint-action@v3
2929
with:
3030
version: v1.55.2
3131

0 commit comments

Comments
 (0)