Skip to content

Commit 16cabf0

Browse files
Update actions/checkout action to v4.3.1
1 parent 9399375 commit 16cabf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
46+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4747
with:
4848
persist-credentials: false
4949
fetch-depth: 0

0 commit comments

Comments
 (0)