File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
steps :
35
35
-
36
36
name : Checkout
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
-
39
39
name : Docker meta
40
40
id : meta
@@ -139,7 +139,7 @@ jobs:
139
139
outputs :
140
140
matrix : ${{steps.read_json.outputs.matrix}}
141
141
steps :
142
- - uses : actions/checkout@v4
142
+ - uses : actions/checkout@v5
143
143
- id : read_json
144
144
run : echo "matrix=$(jq -c . ci/ldmx-sw-to-test.json)" >> $GITHUB_OUTPUT
145
145
@@ -157,7 +157,7 @@ jobs:
157
157
steps :
158
158
-
159
159
name : Download Build Context for Test Script
160
- uses : actions/checkout@v4
160
+ uses : actions/checkout@v5
161
161
-
162
162
name : Install just
163
163
uses : extractions/setup-just@v3
Original file line number Diff line number Diff line change 15
15
actions : write
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 0
21
21
- name : fetch latest releases
Original file line number Diff line number Diff line change 33
33
MDBOOK_VERSION : 0.4.36
34
34
MDBOOK_ADMONISH_VERSION : 1.14.0 # need to re-run mdbook-admonish install if updating version
35
35
steps :
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v5
37
37
- name : Install mdBook
38
38
run : ./.github/install-mdbook
39
39
- name : Setup Pages
You can’t perform that action at this time.
0 commit comments