Skip to content

Commit

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

Bump julia-actions/setup-julia from 1 to 2
  • Loading branch information
andreasnoack authored Aug 16, 2024
2 parents cdafc96 + ea1bfb4 commit a97d7c3
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 @@ -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 All @@ -49,7 +49,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'
# - run: |
Expand Down

0 comments on commit a97d7c3

Please sign in to comment.