Skip to content

Commit 5968d61

Browse files
authored
Merge pull request #1020 from containernetworking/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents 94fd332 + 11077bc commit 5968d61

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: Re-Test Action
1515
uses: ./.github/actions/retest-action

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-go@v4
1717
with:
1818
go-version: ${{ env.GO_VERSION }}
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- uses: ibiqlik/action-yamllint@v3
2121
with:
2222
format: auto
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/setup-go@v4
3434
with:
3535
go-version: ${{ env.GO_VERSION }}
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737

3838
- name: Build on all supported architectures
3939
run: |
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/setup-go@v4
5353
with:
5454
go-version: ${{ env.GO_VERSION }}
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656

5757
- name: Install test binaries
5858
env:
@@ -81,6 +81,6 @@ jobs:
8181
uses: actions/setup-go@v4
8282
with:
8383
go-version: ${{ env.GO_VERSION }}
84-
- uses: actions/checkout@v3
84+
- uses: actions/checkout@v4
8585
- name: test
8686
run: bash ./test.sh

0 commit comments

Comments
 (0)