We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2698f commit de5c96fCopy full SHA for de5c96f
1 file changed
.github/workflows/go-test-windows.yml
@@ -23,7 +23,7 @@ jobs:
23
outputs:
24
go-version: ${{ steps.get-go-version.outputs.go-version }}
25
steps:
26
- - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
+ - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
27
- name: 'Determine Go version'
28
id: get-go-version
29
run: |
@@ -35,7 +35,7 @@ jobs:
35
runs-on: windows-latest
36
name: Windows Go tests
37
38
39
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
40
with:
41
go-version: ${{ needs.get-go-version.outputs.go-version }}
0 commit comments