We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98939a commit c97c053Copy full SHA for c97c053
1 file changed
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
outputs:
27
go-version: ${{ steps.get-go-version.outputs.go-version }}
28
steps:
29
- - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
+ - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
30
- name: 'Determine Go version'
31
id: get-go-version
32
run: |
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
40
- name: Checkout
41
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
+ uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
42
- name: Unshallow
43
run: git fetch --prune --unshallow
44
- name: Set up Go
0 commit comments