Skip to content

Commit

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

Bump julia-actions/setup-julia from 1 to 2
  • Loading branch information
rcalxrc08 authored Apr 20, 2024
2 parents 4422548 + 2ff8f22 commit b6886c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- x64
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 Down
2 changes: 1 addition & 1 deletion .github/workflows/DeployPage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Julia
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v2
with:
version: 1.5
- run: julia --project=@. -e '
Expand Down

0 comments on commit b6886c5

Please sign in to comment.