From 9ab06b24202cb8a06b3209645673b5195af098ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:49: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) - [Changelog](https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md) - [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/ci.yml | 2 +- .github/workflows/documenter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3df7a9e4..9001ecb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: version: ${{ matrix.julia-version }} arch: x64 - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v2 - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-runtest@latest - uses: julia-actions/julia-processcoverage@v1 diff --git a/.github/workflows/documenter.yml b/.github/workflows/documenter.yml index dacd3096..58851fc6 100644 --- a/.github/workflows/documenter.yml +++ b/.github/workflows/documenter.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v2 - name: Cache CondaPkg id: cache-condaPkg uses: actions/cache@v4