Skip to content

Commit

Permalink
Merge pull request #190 from singularitti/dependabot/github_actions/j…
Browse files Browse the repository at this point in the history
…ulia-actions/setup-julia-2
  • Loading branch information
singularitti authored Apr 1, 2024
2 parents 3f99af4 + 0df872d commit 02e6a03
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 @@ -41,7 +41,7 @@ jobs:
arch: x86
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand All @@ -61,7 +61,7 @@ jobs:
statuses: write
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: julia-actions/cache@v1
Expand Down

0 comments on commit 02e6a03

Please sign in to comment.