Skip to content

Commit adb08b6

Browse files
Update actions/checkout action to v4.3.0
1 parent ea86ac4 commit adb08b6

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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4747
with:
4848
persist-credentials: false
4949
fetch-depth: 0

0 commit comments

Comments
 (0)