From a62b815df1d78ece1cb9aae6883984c611a324ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 14:01:42 +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/Copier.yml | 2 +- .github/workflows/Lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Copier.yml b/.github/workflows/Copier.yml index dfb60151..b553a170 100644 --- a/.github/workflows/Copier.yml +++ b/.github/workflows/Copier.yml @@ -16,7 +16,7 @@ jobs: with: version: "1" - name: Use Julia cache - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v2 - name: Install JuliaFormatter.jl run: julia -e 'using Pkg; pkg"add JuliaFormatter"' - name: Setup Python diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index d0e23114..813f139d 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -25,7 +25,7 @@ jobs: with: version: "1" - name: Use Julia cache - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v2 - name: Install JuliaFormatter.jl run: julia -e 'using Pkg; pkg"add JuliaFormatter"' - name: Setup Python