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

@@ -24,13 +24,13 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Cache go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/go-build
@@ -43,4 +43,4 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ matrix.update-coverage }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3