From 1979b4d3940420c847bc2d38854d445a14800095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:16:25 +0000 Subject: [PATCH] Bump julia-actions/cache from 1 to 2 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/v1...v2) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/documentation.yml | 2 +- .github/workflows/format.yml | 2 +- .github/workflows/invalidations.yml | 2 +- .github/workflows/test-master.yml | 2 +- .github/workflows/test-pull-request.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 77a17b04..2d8d1b1d 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 3e74e449..1954fcbf 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 e1e04670..b1791068 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 ef18ca09..07429ebb 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 14cf0e21..1eb1fed7 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