From f3e06e74fa2704d3239ab562c5859f0631f23893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 06:34:01 +0000 Subject: [PATCH] ci(deps): 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/R-CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CI.yml b/.github/workflows/R-CI.yml index 1ab602fb..76a31a59 100644 --- a/.github/workflows/R-CI.yml +++ b/.github/workflows/R-CI.yml @@ -25,7 +25,7 @@ jobs: - uses: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # v3.0.2 with: version: 'lts' - - uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3.1.0 + - uses: julia-actions/cache@b7788abd52452d5bc033d69796e110d9906af4ab # v3.2.0 - uses: r-lib/actions/setup-r@v2 with: