diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c380816..6ccc2ad 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -30,7 +30,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Cache artifacts - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v2 - name: Install dependencies run: | julia --project=docs/ -e 'using Pkg; diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 3e74e44..1954fcb 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -11,7 +11,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Cache artifacts - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v2 - name: Install JuliaFormatter and format run: julia -e 'import Pkg; Pkg.add("JuliaFormatter"); using JuliaFormatter; format(".")' - name: Create pull request diff --git a/.github/workflows/invalidations.yml b/.github/workflows/invalidations.yml index e1e0467..b179106 100644 --- a/.github/workflows/invalidations.yml +++ b/.github/workflows/invalidations.yml @@ -25,7 +25,7 @@ jobs: - name: Check out repository in current branch uses: actions/checkout@v4 - name: Cache artifacts - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v2 - name: Build package in current branch uses: julia-actions/julia-buildpkg@v1 - name: Count invalidations in current branch diff --git a/.github/workflows/test-master.yml b/.github/workflows/test-master.yml index 1d562f3..4828374 100644 --- a/.github/workflows/test-master.yml +++ b/.github/workflows/test-master.yml @@ -37,7 +37,7 @@ jobs: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - name: Cache artifacts - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v2 - name: Build package uses: julia-actions/julia-buildpkg@v1 - name: Run tests diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index daeb056..2b8f1d2 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -40,7 +40,7 @@ jobs: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - name: Cache artifacts - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v2 - name: Build package uses: julia-actions/julia-buildpkg@v1 - name: Run tests