Update actions/checkout action to v3

This commit is contained in:
Peter 2022-03-01 18:03:48 +00:00
parent 99ac686ad0
commit c237ef6f43
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
lfs: true

View file

@ -21,7 +21,7 @@ jobs:
version: '3.x'
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
lfs: true