Skip to content

Commit

Permalink
Merge pull request #17 from terasakisatoshi/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
terasakisatoshi authored May 12, 2024
2 parents 5f4855a + 0bfb9b1 commit ad04089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/JuliaCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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
2 changes: 1 addition & 1 deletion .github/workflows/JuliaDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
statuses: write
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- name: Configure doc environment
Expand Down

0 comments on commit ad04089

Please sign in to comment.