From adb16363a3fb658940547c3c0997b50b13e8c910 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 2ecd8792..66d0b5a4 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 c9f779b6..4b1079c6 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