From 44f4458ba3622b2df8a259935b122c638c08aa4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 11:00:58 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.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.6...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-examples.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-examples.yml b/.github/workflows/ci-examples.yml index 789c4fdd577..2295d91d0eb 100644 --- a/.github/workflows/ci-examples.yml +++ b/.github/workflows/ci-examples.yml @@ -20,7 +20,7 @@ jobs: java-version: '8.0.292+10' distribution: adopt-hotspot - name: Cache Gradle Home files - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 continue-on-error: true with: path: ~/.gradle/caches @@ -48,7 +48,7 @@ jobs: java-version: '8.0.292+10' distribution: adopt-hotspot - name: Cache Gradle Home files - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 continue-on-error: true with: path: ~/.gradle/caches diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 627d69befad..c2dbfcb8974 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: java-version: '8.0.292+10' distribution: adopt-hotspot - name: Cache Gradle Home files - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }} @@ -46,7 +46,7 @@ jobs: java-version: '8.0.292+10' distribution: adopt-hotspot - name: Cache Gradle Home files - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 continue-on-error: true with: path: ~/.gradle/caches