Skip to content

Commit 68d8e27

Browse files
Update actions/checkout action to v6
1 parent 5c8066d commit 68d8e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
go-version: ${{ matrix.go }}
4444

4545
- name: Check out code into the Go module directory
46-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747
with:
4848
persist-credentials: false
4949
fetch-depth: 0

0 commit comments

Comments
 (0)