From d4689c0a9c02a972d5080549d4b8124f111298c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:04:10 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.6 to 3.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.1. - [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.1) --- 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..60a726d0 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.1 id: gradle-cache with: path: | ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.1 id: gradle-wrapper-cache with: path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e661dd5..0d948a99 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.1 id: gradle-cache with: path: | ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.1 id: gradle-wrapper-cache with: path: | diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index d4618932..68b5cdd3 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.1 id: gradle-cache with: path: | ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.1 id: gradle-wrapper-cache with: path: |