Skip to content

Commit

Permalink
Bump julia-actions/setup-julia from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Changelog](https://github.com/julia-actions/setup-julia/blob/master/devdocs/making_a_new_release.md)
- [Commits](julia-actions/setup-julia@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: julia-actions/setup-julia
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 27, 2024
1 parent 5a9e789 commit 1889f78
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.1.0
uses: julia-actions/setup-julia@v2.2.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.1.0
uses: julia-actions/setup-julia@v2.2.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.1.0
uses: julia-actions/setup-julia@v2.2.0
with:
version: "1" # automatically expands to the latest stable release of Julia
- name: Build a package
Expand Down

0 comments on commit 1889f78

Please sign in to comment.