From 6a4fe760f9cab3d5ef6df65ed42d03e3ababfbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:41:19 +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 c380816c..6ccc2adf 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 1d562f38..4828374e 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 6e1f2a8d..1036e838 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