File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-24.04
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 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-24.04
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 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-24.04
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 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