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 3434 - name : Set JULIA_DEBUG environment variable if applicable
3535 if : ${{ runner.debug == '1' }}
3636 run : echo "JULIA_DEBUG=ModelPredictiveControl" >> $GITHUB_ENV
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - uses : julia-actions/setup-julia@v2
3939 with :
4040 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout gh-pages branch
12- uses : actions/checkout@v2
12+ uses : actions/checkout@v5
1313 with :
1414 ref : gh-pages
1515
Original file line number Diff line number Diff line change 1313 contents : write
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v5
1717 - uses : julia-actions/setup-julia@v1
1818 with :
1919 version : ' 1'
You can’t perform that action at this time.
0 commit comments