File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
outputs :
24
24
go-version : ${{ steps.get-go-version.outputs.go-version }}
25
25
steps :
26
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
26
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
27
27
- name : ' Determine Go version'
28
28
id : get-go-version
29
29
run : |
35
35
runs-on : windows-latest
36
36
name : Windows Go tests
37
37
steps :
38
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
39
- - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
38
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
39
+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
40
40
with :
41
41
go-version : ${{ needs.get-go-version.outputs.go-version }}
42
42
- run : |
You can’t perform that action at this time.
0 commit comments