Skip to content

Commit

Permalink
Update to actions/checkout@v4 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern authored Oct 12, 2023
1 parent 691dcd7 commit 23432fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
goVersion: ["1.19", "1.20", "1.21"]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Unshallow
run: git fetch --prune --unshallow
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

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

- name: Setup Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 23432fe

Please sign in to comment.