We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423b5ee commit b6e786bCopy full SHA for b6e786b
.github/workflows/go.yml
@@ -20,7 +20,7 @@ jobs:
20
id: go
21
22
- name: Check out code into the Go module directory
23
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24
25
- name: Get dependencies
26
run: |
.github/workflows/goreleaser.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
14
- name: Unshallow
15
run: git fetch --prune --unshallow
16
- name: Set up Go
0 commit comments