From 772582fbfae7d2f914b2c730faf602ea80ef1bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:56:34 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.6. - [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.0.11...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-release.yml | 2 +- .github/workflows/publish-snapshot.yml | 2 +- .github/workflows/quality-check.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index afb0f704..0d664004 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -20,7 +20,7 @@ jobs: java-version: 16 - name: Cache Gradle Dirs - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.6 with: path: | ~/.gradle/caches/ diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index 655fb682..ece7f38f 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -23,7 +23,7 @@ jobs: java-version: 16 - name: Cache Gradle Dirs - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.6 with: path: | ~/.gradle/caches/ diff --git a/.github/workflows/quality-check.yml b/.github/workflows/quality-check.yml index 04a12af0..721c7c78 100644 --- a/.github/workflows/quality-check.yml +++ b/.github/workflows/quality-check.yml @@ -29,7 +29,7 @@ jobs: java-version: 16 - name: Cache Gradle Dirs - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.6 with: path: | ~/.gradle/caches/ @@ -64,7 +64,7 @@ jobs: java-version: 16 - name: Cache Gradle Dirs - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.6 with: path: | ~/.gradle/caches/ @@ -93,7 +93,7 @@ jobs: java-version: 16 - name: Cache Gradle Dirs - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.6 with: path: | ~/.gradle/caches/ @@ -122,7 +122,7 @@ jobs: java-version: 16 - name: Cache Gradle Dirs - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.6 with: path: | ~/.gradle/caches/ @@ -151,7 +151,7 @@ jobs: java-version: 16 - name: Cache Gradle Dirs - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.6 with: path: | ~/.gradle/caches/