File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-22.04
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
19
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
20
20
- name : Setup Golang
21
21
uses : actions/setup-go@v5
22
22
with :
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-22.04
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
19
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
20
20
- name : Fetch all tags
21
21
run : git fetch --force --tags
22
22
- name : Setup Golang
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-22.04
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
17
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
18
18
- name : Fetch all tags
19
19
run : git fetch --force --tags
20
20
- name : Cleanup pre-release tags
You can’t perform that action at this time.
0 commit comments