Skip to content

Commit

Permalink
Merge pull request #1020 from containernetworking/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
squeed committed Oct 23, 2023
2 parents 94fd332 + 11077bc commit 5968d61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,7 +33,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: |
Expand All @@ -52,7 +52,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install test binaries
env:
Expand Down Expand Up @@ -81,6 +81,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.sh

0 comments on commit 5968d61

Please sign in to comment.