Skip to content

Commit

Permalink
Bump julia-actions/setup-julia from 2.1.0 to 2.2.0 (#161)
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@81d42b5...3645a07)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent f3d364d commit 1579135
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
persist-credentials: false

- uses: julia-actions/setup-julia@81d42b556a18b0d67455a742fcbffdeb49b3ffb0
- uses: julia-actions/setup-julia@3645a07f58c7f83b9f82ac8e0bb95583e69149e6
with:
version: ${{ matrix.version }}
- uses: julia-actions/cache@580d2b69d895343992af2cbad49c32a0149c2cde
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
persist-credentials: false
- uses: julia-actions/setup-julia@81d42b556a18b0d67455a742fcbffdeb49b3ffb0
- uses: julia-actions/setup-julia@3645a07f58c7f83b9f82ac8e0bb95583e69149e6
with:
version: "1"
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@81d42b556a18b0d67455a742fcbffdeb49b3ffb0
- uses: julia-actions/setup-julia@3645a07f58c7f83b9f82ac8e0bb95583e69149e6
with:
version: '1'
- name: "Install CompatHelper"
Expand Down

0 comments on commit 1579135

Please sign in to comment.