Skip to content

Commit 5dc9b9c

Browse files
Update actions/checkout action to v3.6.0
1 parent 7e1d643 commit 5dc9b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3.0.1
13+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1414

1515
- name: Setup Go
1616
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)