From d5043233ddd652626987f4bc084009a09623f2a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:07:44 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/documenter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documenter.yml b/.github/workflows/documenter.yml index b29f0b74..d09aaff6 100644 --- a/.github/workflows/documenter.yml +++ b/.github/workflows/documenter.yml @@ -22,7 +22,7 @@ jobs: - uses: julia-actions/cache@v1 - name: Cache CondaPkg id: cache-condaPkg - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-condapkg with: @@ -32,7 +32,7 @@ jobs: ${{ runner.os }}-${{ env.cache-name }}- - name: Cache CmdStan id: cache-cmdstan - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.CMDSTAN_PATH }} key: cmdstan-${{ env.CMDSTAN_VERSION }}-${{ runner.os }}