Skip to content

Commit

Permalink
Merge pull request #19 from sisl/dependabot/github_actions/julia-acti…
Browse files Browse the repository at this point in the history
…ons/setup-julia-2

Bump julia-actions/setup-julia from 1 to 2
  • Loading branch information
duncaneddy authored May 28, 2024
2 parents ad24398 + 978b432 commit efb29bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 All @@ -54,7 +54,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@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_bundled_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: 1.10
- uses: julia-actions/cache@v2
Expand Down

0 comments on commit efb29bd

Please sign in to comment.