Skip to content

Commit

Permalink
Update Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
halleysfifthinc committed Oct 10, 2024
1 parent 3a26b56 commit ec43853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
fail-fast: false
matrix:
version:
- 'min'
- '1'
- '1.6'
- 'nightly'
os:
- ubuntu-latest
Expand All @@ -38,7 +38,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- run: |
julia --color=yes --project=docs -e '
using Pkg
Expand Down

0 comments on commit ec43853

Please sign in to comment.