Merge pull request #945 from containernetworking/dependabot/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
This commit is contained in:
Casey Callendrello 2023-10-16 17:23:45 +02:00 committed by GitHub
commit b66b5dd85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Re-Test Action
uses: ./.github/actions/retest-action

View File

@ -16,7 +16,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ibiqlik/action-yamllint@v3
with:
format: auto
@ -32,7 +32,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build on all supported architectures
run: |
@ -62,7 +62,7 @@ jobs:
run: |
sudo ln -sf `which go` `sudo which go` || true
sudo go version
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install test binaries
run: |
@ -89,6 +89,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test
run: bash ./test_windows.sh