Skip to content

Commit c97c053

Browse files
committed
Managed by Terraform: Update release.yml github workflow
1 parent e98939a commit c97c053

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
outputs:
2727
go-version: ${{ steps.get-go-version.outputs.go-version }}
2828
steps:
29-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
29+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3030
- name: 'Determine Go version'
3131
id: get-go-version
3232
run: |
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
41+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
4242
- name: Unshallow
4343
run: git fetch --prune --unshallow
4444
- name: Set up Go

0 commit comments

Comments
 (0)