Skip to content

Commit 4143bbe

Browse files
authored
Merge pull request #354 from grokify/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents ee1dd45 + fe4a2e3 commit 4143bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
go-version: ${{ matrix.go-version }}
2323
- name: Checkout code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
- name: Run tests
2626
run: go test -v -covermode=count ./...

0 commit comments

Comments
 (0)