Skip to content

Commit b66b5dd

Browse files
authored
Merge pull request #945 from containernetworking/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents e727ad6 + d216b0c commit b66b5dd

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
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-go@v4
3333
with:
3434
go-version: ${{ env.GO_VERSION }}
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636

3737
- name: Build on all supported architectures
3838
run: |
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
sudo ln -sf `which go` `sudo which go` || true
6464
sudo go version
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666

6767
- name: Install test binaries
6868
run: |
@@ -89,6 +89,6 @@ jobs:
8989
uses: actions/setup-go@v4
9090
with:
9191
go-version: ${{ env.GO_VERSION }}
92-
- uses: actions/checkout@v3
92+
- uses: actions/checkout@v4
9393
- name: test
9494
run: bash ./test_windows.sh

0 commit comments

Comments
 (0)