diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 57244b8..c8564b1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -43,7 +43,7 @@ jobs: with: version: ${{ matrix.version }} - - uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7 + - uses: julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0 - name: Install dependencies run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()" @@ -68,7 +68,7 @@ jobs: with: version: "1.6" - - uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e # v2.0.7 + - uses: julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0 - name: Install dependencies run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()"