build(deps): bump actions/checkout from 2 to 3 (#53)
This commit is contained in:
@@ -100,7 +100,7 @@ jobs:
|
||||
--driver-opt "env.BUILDKIT_STEP_LOG_MAX_SIZE=50000000" \
|
||||
--platform "${{ env.PLATFORMS }}"
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build and push ${{ env.DISTRO }}:${{ env.TAG }}
|
||||
shell: pwsh
|
||||
@@ -146,7 +146,7 @@ jobs:
|
||||
go-version: '^1.16'
|
||||
|
||||
- if: ${{ !env.SKIP_TEST }}
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: nektos/act
|
||||
path: act
|
||||
@@ -276,7 +276,7 @@ jobs:
|
||||
--driver-opt "env.BUILDKIT_STEP_LOG_MAX_SIZE=50000000" \
|
||||
--platform "${{ env.PLATFORMS }}"
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build and push ${{ env.DISTRO }}:${{ env.TAG }}
|
||||
shell: pwsh
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Lint
|
||||
|
||||
Reference in New Issue
Block a user