From ec43853c9b9811fc2df3fa155b7ddf82adde65eb Mon Sep 17 00:00:00 2001 From: Allen Hill Date: Wed, 9 Oct 2024 17:13:11 -0700 Subject: [PATCH] Update Actions dependencies --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f1b28b9..1c3c411 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,8 +25,8 @@ jobs: fail-fast: false matrix: version: + - 'min' - '1' - - '1.6' - 'nightly' os: - ubuntu-latest @@ -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 @@ -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