Skip to content

Commit

Permalink
Github actions use setup-julia@v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
zengmao committed Oct 21, 2024
1 parent e9358ba commit 088c5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# packages such as PyPlot.
# - run: pip install matplotlib
- name: Install Julia
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v2
with:
version: 'lts' # Latest stable Julia release.
# NOTE
Expand Down

0 comments on commit 088c5af

Please sign in to comment.