Skip to content

Commit

Permalink
Merge pull request #1010 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 Mar 11, 2024
2 parents 019727a + 8a3014f commit 1b58119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.21

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build
env:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
go-version: 1.21

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build
env:
Expand Down

0 comments on commit 1b58119

Please sign in to comment.