Skip to content

Commit

Permalink
Bump checkout version to v4
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 652514960
  • Loading branch information
evan-gordon authored and copybara-github committed Jul 15, 2024
1 parent 3c31bb5 commit 76880eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: go

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get dependencies
run: |
Expand All @@ -57,7 +57,7 @@ jobs:
id: go

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get dependencies
run: |
Expand Down

0 comments on commit 76880eb

Please sign in to comment.