Skip to content

Commit

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

Bump julia-actions/setup-julia from 1 to 2
  • Loading branch information
singularitti authored Apr 12, 2024
2 parents d88a8d3 + ca1da06 commit 77750c1
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 @@ -42,7 +42,7 @@ jobs:
with:
python-version: '3.8'
architecture: ${{ matrix.arch }}
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand All @@ -60,7 +60,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: julia-actions/julia-buildpkg@v1
Expand Down

0 comments on commit 77750c1

Please sign in to comment.