chore(ci): Update actions/checkout to v3

This commit is contained in:
TwiN
2022-06-18 12:58:26 -04:00
parent 5be1465b13
commit e4c9ad8796
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ jobs:
with:
go-version: 1.18
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build binary to make sure it works
run: go build -mod vendor
- name: Test