We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 287e9fd + 969915b commit 8d95847Copy full SHA for 8d95847
2 files changed
.github/workflows/CI.yml
@@ -35,7 +35,7 @@ jobs:
35
if: ${{ runner.debug == '1' }}
36
run: echo "JULIA_DEBUG=ModelPredictiveControl" >> $GITHUB_ENV
37
- uses: actions/checkout@v6
38
- - uses: julia-actions/setup-julia@v2
+ - uses: julia-actions/setup-julia@v3
39
with:
40
version: ${{ matrix.version }}
41
arch: ${{ matrix.arch }}
.github/workflows/documentation.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
17
18
19
version: '1'
20
- name: Install dependencies
0 commit comments