From 6f71450884852ba0260cb0c5f7c6d2a7af616084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 05:25:22 +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/pinot_tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pinot_tests.yml b/.github/workflows/pinot_tests.yml index 0417d3f92727..b0c1633941d2 100644 --- a/.github/workflows/pinot_tests.yml +++ b/.github/workflows/pinot_tests.yml @@ -99,7 +99,7 @@ jobs: distribution: ${{ matrix.distribution }} cache: 'maven' # Step that does that actual cache save and restore - - uses: actions/cache@v3 + - uses: actions/cache@v4 env: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10 with: @@ -178,7 +178,7 @@ jobs: distribution: ${{ matrix.distribution }} cache: 'maven' # Step that does that actual cache save and restore - - uses: actions/cache@v3 + - uses: actions/cache@v4 env: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10 with: @@ -283,7 +283,7 @@ jobs: npm install -g npm@6.10.0 npm --version # Step that does that actual cache save and restore - - uses: actions/cache@v3 + - uses: actions/cache@v4 env: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10 with: @@ -331,7 +331,7 @@ jobs: distribution: ${{ matrix.distribution }} cache: 'maven' # Step that does that actual cache save and restore - - uses: actions/cache@v3 + - uses: actions/cache@v4 env: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10 GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}