Update actions/checkout action to v3
This commit is contained in:
parent
99ac686ad0
commit
c237ef6f43
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
|
|
2
.github/workflows/go-build.yml
vendored
2
.github/workflows/go-build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue