Skip to content

Commit

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

Bump julia-actions/setup-julia from 1 to 2
  • Loading branch information
mateuszbaran authored Apr 8, 2024
2 parents 97baa3c + d42952a commit 64a929b
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 @@ -15,7 +15,7 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]
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/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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
- name: Install JuliaFormatter and format
Expand Down

0 comments on commit 64a929b

Please sign in to comment.