File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
16
16
steps :
17
17
- name : Setup go
18
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # https://github.com/actions/setup-go/releases/tag/ v3.5.0
18
+ uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
19
19
with :
20
20
go-version : ${{ matrix.go-version }}
21
21
22
22
- name : Checkout code
23
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # https://github.com/actions/checkout/releases/tag/ v3.3.0
23
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
24
24
25
25
- name : Create test directory
26
26
run : |
30
30
run : go mod download
31
31
32
32
- name : Cache / restore go modules
33
- uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # https://github.com/actions/cache/releases/tag/ v3.2.5
33
+ uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
34
34
with :
35
35
path : |
36
36
~/go/pkg/mod
68
68
69
69
# Save coverage report parts
70
70
- name : Upload and save artifacts
71
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # https://github.com/actions/upload-artifact/releases/tag/ v3.1.2
71
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
72
72
with :
73
73
name : Test Results
74
74
path : ${{ env.TEST_RESULTS }}
You can’t perform that action at this time.
0 commit comments