Skip to content

Commit 1b58119

Browse files
authored
Merge pull request #1010 from containernetworking/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents 019727a + 8a3014f commit 1b58119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: 1.21
2020

2121
- name: Checkout code
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Build
2525
env:
@@ -70,7 +70,7 @@ jobs:
7070
go-version: 1.21
7171

7272
- name: Checkout code
73-
uses: actions/checkout@v3
73+
uses: actions/checkout@v4
7474

7575
- name: Build
7676
env:

0 commit comments

Comments
 (0)