Skip to content

Commit

Permalink
Bump julia-actions/setup-julia from 1.9.2 to 1.9.4
Browse files Browse the repository at this point in the history
Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1.9.2 to 1.9.4.
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Commits](julia-actions/setup-julia@f40c4b6...58ad1cd)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 22, 2023
1 parent 3cc1823 commit d6de445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
path: ./.github/actions/julia-runtest

- uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc
- uses: julia-actions/setup-julia@58ad1cdde70774ab0693de31c3cd4e751b46aea2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_logger_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout julia-runtest
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc
- uses: julia-actions/setup-julia@58ad1cdde70774ab0693de31c3cd4e751b46aea2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit d6de445

Please sign in to comment.