Skip to content

Commit

Permalink
Bump julia-actions/setup-julia from 2.3.0 to 2.4.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 7, 2024
1 parent 0a70f24 commit 32b9e9f
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 @@ -30,7 +30,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Julia environment
uses: julia-actions/setup-julia@v2.3.0
uses: julia-actions/setup-julia@v2.4.0
with:
version: ${{ matrix.version }}
arch: "x64"
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Julia environment
uses: julia-actions/setup-julia@v2.3.0
uses: julia-actions/setup-julia@v2.4.0
with:
version: "1" # automatically expands to the latest stable release of Julia
- name: Check code formatted
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Julia environment
uses: julia-actions/setup-julia@v2.3.0
uses: julia-actions/setup-julia@v2.4.0
with:
version: "1" # automatically expands to the latest stable release of Julia
- name: Build a package
Expand Down

0 comments on commit 32b9e9f

Please sign in to comment.