Skip to content

Commit

Permalink
Merge pull request #123 from SciML/dependabot/github_actions/julia-ac…
Browse files Browse the repository at this point in the history
…tions/setup-julia-2

Bump julia-actions/setup-julia from 1 to 2
  • Loading branch information
ChrisRackauckas authored Apr 1, 2024
2 parents eea9afb + da5c1d6 commit 78541ec
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 @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.base_ref == github.event.repository.default_branch
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: actions/checkout@v4
Expand Down

0 comments on commit 78541ec

Please sign in to comment.