Skip to content

Commit

Permalink
Merge pull request #40 from halprin/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
halprin authored Oct 19, 2023
2 parents a7a18e0 + f02711c commit 68f92ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: ^1.16

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

- name: Test
run: make test

0 comments on commit 68f92ed

Please sign in to comment.