Skip to content

Commit 127d131

Browse files
Bump julia-actions/setup-julia from 1.9.5 to 1.9.6 (#36)
Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1.9.5 to 1.9.6. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](julia-actions/setup-julia@a1561e9...ac0d621) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52b7a54 commit 127d131

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: which julia
1616
continue-on-error: true
1717
- name: Install Julia, but only if it is not already available in the PATH
18-
uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd
18+
uses: julia-actions/setup-julia@ac0d62164df5a47de404f4e96ce86a1a28a28d56
1919
with:
2020
version: '1'
2121
arch: ${{ runner.arch }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3030
with:
3131
persist-credentials: false
32-
- uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd
32+
- uses: julia-actions/setup-julia@ac0d62164df5a47de404f4e96ce86a1a28a28d56
3333
with:
3434
version: '${{ matrix.version }}'
3535
- uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c

0 commit comments

Comments
 (0)