Skip to content

Commit

Permalink
Merge pull request #30 from JuliaSymbolics/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
ChrisRackauckas authored May 28, 2024
2 parents 48ae466 + aad7d3b commit 453466e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}
arch: x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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

0 comments on commit 453466e

Please sign in to comment.