Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored and PhilipSchmid committed Jun 5, 2024
1 parent 7d05acc commit 2c319ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: '1.22'

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

- name: Build the app
run: go build ./...
Expand Down

0 comments on commit 2c319ab

Please sign in to comment.