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 34
34
- name : Set JULIA_DEBUG environment variable if applicable
35
35
if : ${{ runner.debug == '1' }}
36
36
run : echo "JULIA_DEBUG=ModelPredictiveControl" >> $GITHUB_ENV
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
- uses : julia-actions/setup-julia@v2
39
39
with :
40
40
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout gh-pages branch
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v5
13
13
with :
14
14
ref : gh-pages
15
15
Original file line number Diff line number Diff line change 13
13
contents : write
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v5
17
17
- uses : julia-actions/setup-julia@v1
18
18
with :
19
19
version : ' 1'
You can’t perform that action at this time.
0 commit comments