From 522e388937863c65c717ad7bbb8c0ba5214fa40e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:09:09 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.6 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.3. - [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.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/snapshot.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index cf354987..1544751d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,13 +17,13 @@ jobs: with: distribution: 'zulu' java-version: ${{ matrix.java }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.3 id: gradle-cache with: path: | ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.3 id: gradle-wrapper-cache with: path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e661dd5..54e61f70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,13 +17,13 @@ jobs: with: distribution: 'zulu' java-version: 8 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.3 id: gradle-cache with: path: | ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.3 id: gradle-wrapper-cache with: path: | diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index d4618932..359b5328 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -17,13 +17,13 @@ jobs: with: distribution: 'zulu' java-version: 8 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.3 id: gradle-cache with: path: | ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.3 id: gradle-wrapper-cache with: path: |