From 51f14d7ed9efafa6c92a2cdde67ab1f4e2b5fed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 01:00:34 +0000 Subject: [PATCH] :arrow_up: Bump actions/cache from 3.0.9 to 3.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.2.4. - [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.9...v3.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release-github.yml | 2 +- .github/workflows/release-sonatype.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84e0787c..8bee752b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: cache gradle - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.2.4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index a40daa39..606a2bca 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -23,7 +23,7 @@ jobs: ref: ${{ github.event.inputs.branch }} - name: cache gradle - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.2.4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/release-sonatype.yml b/.github/workflows/release-sonatype.yml index bf13499b..a86ef442 100644 --- a/.github/workflows/release-sonatype.yml +++ b/.github/workflows/release-sonatype.yml @@ -22,7 +22,7 @@ jobs: ref: ${{ github.event.inputs.branch }} - name: cache gradle - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.2.4 with: path: | ~/.gradle/caches