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 17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
21
21
- name : Set up QEMU
22
22
uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
23
23
with :
Original file line number Diff line number Diff line change 19
19
- ' 1.23'
20
20
21
21
steps :
22
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
23
23
- name : Set up Go ${{ matrix.go-version }}
24
24
uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
25
25
with :
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-24.04
10
10
11
11
steps :
12
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
13
13
- name : Get DocSearch configuration
14
14
id : docsearch-config
15
15
run : echo "::set-output name=json::$(cat docsearch.json | jq -r tostring)"
You can’t perform that action at this time.
0 commit comments