From eb95597d51d528f1478f16683730924a3271d83a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 15:08:15 +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/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69767a291aef..56946f7e59ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: 'Check out repository' uses: actions/checkout@v2 - name: 'Cache local Maven repository' - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.0 with: path: ~/.m2/repository key: maven-${{ hashFiles('**/pom.xml') }} @@ -59,7 +59,7 @@ jobs: - name: 'Check out repository' uses: actions/checkout@v2 - name: 'Cache local Maven repository' - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.0 with: path: ~/.m2/repository key: maven-${{ hashFiles('**/pom.xml') }} @@ -88,7 +88,7 @@ jobs: - name: 'Check out repository' uses: actions/checkout@v2 - name: 'Cache local Maven repository' - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.0 with: path: ~/.m2/repository key: maven-${{ hashFiles('**/pom.xml') }}