From 57e641926d904795c17ad9dc181985546d00f7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 15:49:51 +0000 Subject: [PATCH] Bump julia-actions/cache from 3.1.0 to 3.2.0 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/a45e8fa8be21c18a06b7177052533149e61e9b38...b7788abd52452d5bc033d69796e110d9906af4ab) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/documenter.yml | 2 +- .github/workflows/style.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65dd6d9..228f96d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: uses: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # v3 with: version: ${{ matrix.version }} - - uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3 + - uses: julia-actions/cache@b7788abd52452d5bc033d69796e110d9906af4ab # v3.2.0 with: cache-compiled: "true" - name: Test diff --git a/.github/workflows/documenter.yml b/.github/workflows/documenter.yml index eacb1a4..c94a577 100644 --- a/.github/workflows/documenter.yml +++ b/.github/workflows/documenter.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3 + - uses: julia-actions/cache@b7788abd52452d5bc033d69796e110d9906af4ab # v3.2.0 with: cache-compiled: "true" - uses: julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # v1.7.0 diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 5ea2c82..3b46e56 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -31,7 +31,7 @@ jobs: uses: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # v3 with: version: ${{ matrix.version }} - - uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3 + - uses: julia-actions/cache@b7788abd52452d5bc033d69796e110d9906af4ab # v3.2.0 with: cache-compiled: "true" - name: Instantiate `format` environment and format