build(deps): bump actions/checkout from 2 to 3 (#53)

This commit is contained in:
dependabot[bot]
2022-04-01 09:24:53 +02:00
committed by GitHub
parent 343ae52a8b
commit 4870d790b1
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -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