Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit c4e9406

Browse files
authored
Merge pull request #10 from golift/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 07b430f + 1ac3042 commit c4e9406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codetests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-go@v4
2626
with:
2727
go-version: 1.19
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: golangci-lint
3030
uses: golangci/golangci-lint-action@v3
3131
with:

0 commit comments

Comments
 (0)