From ca0b3e51b47fb3512f3235c911a06d1954e284d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 12:22:45 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.6 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.11. - [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.0.11) --- 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..bb80890f 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.0.11 id: gradle-cache with: path: | ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.11 id: gradle-wrapper-cache with: path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e661dd5..3f5532bb 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.0.11 id: gradle-cache with: path: | ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.11 id: gradle-wrapper-cache with: path: | diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index d4618932..b231964e 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.0.11 id: gradle-cache with: path: | ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.11 id: gradle-wrapper-cache with: path: |