Skip to content

Commit 53f56b0

Browse files
committed
Update action/checkout to use same version
1 parent 4cb9a4b commit 53f56b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- id: setup-go-critic
3737
run: go install -v github.com/go-critic/go-critic/cmd/gocritic@latest
3838
- id: setup staticheck
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4040
with:
4141
fetch-depth: 1
4242
- name: Run staticcheck

0 commit comments

Comments
 (0)