File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 steps :
3535 -
3636 name : Checkout
37- uses : actions/checkout@v6
37+ uses : actions/checkout@v7
3838 -
3939 name : Docker meta
4040 id : meta
@@ -137,7 +137,7 @@ jobs:
137137 outputs :
138138 matrix : ${{steps.read_json.outputs.matrix}}
139139 steps :
140- - uses : actions/checkout@v6
140+ - uses : actions/checkout@v7
141141 - id : read_json
142142 run : echo "matrix=$(jq -c . ci/ldmx-sw-to-test.json)" >> $GITHUB_OUTPUT
143143
@@ -155,7 +155,7 @@ jobs:
155155 steps :
156156 -
157157 name : Download Build Context for Test Script
158- uses : actions/checkout@v6
158+ uses : actions/checkout@v7
159159 -
160160 name : Install just
161161 uses : extractions/setup-just@v4
Original file line number Diff line number Diff line change 1515 actions : write
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 with :
2020 fetch-depth : 0
2121 - name : fetch latest releases
Original file line number Diff line number Diff line change 3333 MDBOOK_VERSION : 0.4.36
3434 MDBOOK_ADMONISH_VERSION : 1.14.0 # need to re-run mdbook-admonish install if updating version
3535 steps :
36- - uses : actions/checkout@v6
36+ - uses : actions/checkout@v7
3737 - name : Install mdBook
3838 run : ./.github/install-mdbook
3939 - name : Setup Pages
You can’t perform that action at this time.
0 commit comments