Skip to content

Commit

Permalink
Merge pull request #5 from aadimator/renovate/julia-actions-setup-jul…
Browse files Browse the repository at this point in the history
…ia-2.x

chore(deps): update julia-actions/setup-julia action to v2
  • Loading branch information
aadimator authored Aug 8, 2024
2 parents e224bb5 + bc7c153 commit 5aad800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- x64
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand All @@ -47,7 +47,7 @@ jobs:
statuses: write
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- name: Configure doc environment
Expand Down

0 comments on commit 5aad800

Please sign in to comment.