Skip to content

Commit 1d4eb36

Browse files
Update actions/checkout action to v3.5.3
1 parent b85b65c commit 1d4eb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121
- name: Checkout repository
22-
uses: actions/checkout@v3.5.2
22+
uses: actions/checkout@v3.5.3
2323
- name: Test
2424
shell: bash
2525
run: |

0 commit comments

Comments
 (0)