Skip to content

Commit

Permalink
Bump julia-actions/setup-julia from 1.9.2 to 1.9.4 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 22, 2023
1 parent 3cc1823 commit 9b1be2f
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 9b1be2f

Please sign in to comment.