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" \
|
--driver-opt "env.BUILDKIT_STEP_LOG_MAX_SIZE=50000000" \
|
||||||
--platform "${{ env.PLATFORMS }}"
|
--platform "${{ env.PLATFORMS }}"
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build and push ${{ env.DISTRO }}:${{ env.TAG }}
|
- name: Build and push ${{ env.DISTRO }}:${{ env.TAG }}
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
@@ -146,7 +146,7 @@ jobs:
|
|||||||
go-version: '^1.16'
|
go-version: '^1.16'
|
||||||
|
|
||||||
- if: ${{ !env.SKIP_TEST }}
|
- if: ${{ !env.SKIP_TEST }}
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: nektos/act
|
repository: nektos/act
|
||||||
path: act
|
path: act
|
||||||
@@ -276,7 +276,7 @@ jobs:
|
|||||||
--driver-opt "env.BUILDKIT_STEP_LOG_MAX_SIZE=50000000" \
|
--driver-opt "env.BUILDKIT_STEP_LOG_MAX_SIZE=50000000" \
|
||||||
--platform "${{ env.PLATFORMS }}"
|
--platform "${{ env.PLATFORMS }}"
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build and push ${{ env.DISTRO }}:${{ env.TAG }}
|
- name: Build and push ${{ env.DISTRO }}:${{ env.TAG }}
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
|||||||
Reference in New Issue
Block a user