From d781a817ea3007424a5d4eb1bcea52c2cbc30f0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 19:22:48 +0000 Subject: [PATCH] Bump actions/cache from 2.1.5 to 3.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 3.3.0. - [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.5...v3.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/analysis.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/examples.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 67a9425820..a938f17364 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -20,7 +20,7 @@ jobs: distribution: 'zulu' java-version: ${{ matrix.java }} - name: Cache Gradle packages - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.0 with: path: | ~/.gradle/wrapper diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ab01c1d73..2c03fcc545 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: distribution: 'zulu' java-version: ${{ matrix.java }} - name: Cache Gradle packages - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.0 with: path: | ~/.gradle/wrapper diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 39b9ed579a..2ec64efaa4 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -20,7 +20,7 @@ jobs: distribution: 'zulu' java-version: ${{ matrix.java }} - name: Cache Gradle packages - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.0 with: path: | ~/.gradle/wrapper diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea015b1361..bf980f90e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: distribution: 'zulu' java-version: 11 - name: Cache Gradle packages - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.0 with: path: | ~/.gradle/wrapper