From 54da335fe6ccf86a1a79f655784bd4cc8277504a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 04:12:03 +0000 Subject: [PATCH] Bump julia-actions/cache from 1.3.0 to 1.4.1 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1.3.0 to 1.4.1. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/v1.3.0...v1.4.1) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- .github/workflows/Docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 811cd30..669169c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,7 +32,7 @@ jobs: - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }} - - uses: julia-actions/cache@v1.3.0 + - uses: julia-actions/cache@v1.4.1 - uses: r-lib/actions/setup-r@v2 with: use-public-rspm: true diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 69aa3c3..1813d66 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -21,7 +21,7 @@ jobs: - uses: julia-actions/setup-julia@v1 with: version: '1' - - uses: julia-actions/cache@v1.3.0 + - uses: julia-actions/cache@v1.4.1 with: cache-name: 'docs' - run: julia -e 'using Pkg; Pkg.add("Revise");'