Skip to content

Commit

Permalink
Merge pull request #9 from jonocarroll/dependabot/github_actions/juli…
Browse files Browse the repository at this point in the history
…a-actions/setup-julia-2

Bump julia-actions/setup-julia from 1 to 2
  • Loading branch information
jonocarroll committed Apr 5, 2024
2 parents 63dc7d1 + 04988ea commit 1ee24b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 1ee24b8

Please sign in to comment.