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:
Will Norris
2022-04-20 13:47:18 -07:00
parent 8cfc1b5425
commit 13e73a7f8f
3 changed files with 14 additions and 11 deletions

View File

@@ -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