chore: bump action versions
I think this should fix the unicode import error in https://github.com/google/addlicense/actions/runs/2198105433
This commit is contained in:
9
.github/workflows/linter.yaml
vendored
9
.github/workflows/linter.yaml
vendored
@@ -10,9 +10,12 @@ jobs:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.41
|
||||
version: v1.45
|
||||
|
||||
Reference in New Issue
Block a user