Skip to content

Commit 8d95847

Browse files
authored
Merge pull request #353 from JuliaControl/dependabot/github_actions/julia-actions/setup-julia-3
build(deps): bump julia-actions/setup-julia from 2 to 3
2 parents 287e9fd + 969915b commit 8d95847

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ runner.debug == '1' }}
3636
run: echo "JULIA_DEBUG=ModelPredictiveControl" >> $GITHUB_ENV
3737
- uses: actions/checkout@v6
38-
- uses: julia-actions/setup-julia@v2
38+
- uses: julia-actions/setup-julia@v3
3939
with:
4040
version: ${{ matrix.version }}
4141
arch: ${{ matrix.arch }}

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6
17-
- uses: julia-actions/setup-julia@v2
17+
- uses: julia-actions/setup-julia@v3
1818
with:
1919
version: '1'
2020
- name: Install dependencies

0 commit comments

Comments
 (0)