Skip to content

Commit d6489be

Browse files
Merge pull request #331 from mkmik/renovate/actions-checkout-digest
Update actions/checkout digest to c85c95e
2 parents 7a2777b + 6198982 commit d6489be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: go
2121

2222
- name: Check out code into the Go module directory
23-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
23+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2424

2525
- name: Test
2626
run: go test -v ./...

0 commit comments

Comments
 (0)