Skip to content

Commit 476fc66

Browse files
committed
chore(github): upgrade some action package
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent a235865 commit 476fc66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Setup go
9-
uses: actions/setup-go@v2
9+
uses: actions/setup-go@v3
1010
with:
1111
go-version: '^1'
1212
- name: Checkout repository
1313
uses: actions/checkout@v3
1414
- name: Setup golangci-lint
15-
uses: golangci/golangci-lint-action@v2
15+
uses: golangci/golangci-lint-action@v3
1616
with:
1717
version: v1.45.0
1818
args: --verbose
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Set up Go ${{ matrix.go }}
44-
uses: actions/setup-go@v2
44+
uses: actions/setup-go@v3
4545
with:
4646
go-version: ${{ matrix.go }}
4747

0 commit comments

Comments
 (0)