From 80ecfda0b1d6310fab11e5070caf3b0aeec45408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 03:00:07 +0000 Subject: [PATCH] Bump actions/cache from 2.1.7 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 4.0.2. - [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/v2.1.7...0c45773b623bea8c8e75f6c82b208c3cf94ea4f9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/jvm_tests.yml | 2 +- .github/workflows/r_tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jvm_tests.yml b/.github/workflows/jvm_tests.yml index 640e41bdbbfe..85a284e79329 100644 --- a/.github/workflows/jvm_tests.yml +++ b/.github/workflows/jvm_tests.yml @@ -32,7 +32,7 @@ jobs: use-mamba: true - name: Cache Maven packages - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('./jvm-packages/pom.xml') }} diff --git a/.github/workflows/r_tests.yml b/.github/workflows/r_tests.yml index f3d83b823aff..de93bd0f26e3 100644 --- a/.github/workflows/r_tests.yml +++ b/.github/workflows/r_tests.yml @@ -34,7 +34,7 @@ jobs: r-version: ${{ matrix.config.r }} - name: Cache R packages - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # v3.0.11 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v3.0.11 with: path: ${{ env.R_LIBS_USER }} key: ${{ runner.os }}-r-${{ matrix.config.r }}-7-${{ hashFiles('R-package/DESCRIPTION') }} @@ -78,7 +78,7 @@ jobs: r-version: ${{ matrix.config.r }} - name: Cache R packages - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # v3.0.11 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v3.0.11 with: path: ${{ env.R_LIBS_USER }} key: ${{ runner.os }}-r-${{ matrix.config.r }}-7-${{ hashFiles('R-package/DESCRIPTION') }}