From d23130f5d3a278d313fcb36e34ce891c5da38114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 02:39:57 +0000 Subject: [PATCH] Bump actions/cache from 2.1.7 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.3.2. - [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.7...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-snapshot.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/pitest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index b580897..ac0ed65 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.github/workflows/build-snapshot.yml @@ -21,7 +21,7 @@ jobs: distribution: 'zulu' architecture: ${{ matrix.architecture }} - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.3.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f3829b..eb6f165 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: distribution: 'zulu' architecture: ${{ matrix.architecture }} - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.3.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pitest.yml b/.github/workflows/pitest.yml index 791422b..9f665b0 100644 --- a/.github/workflows/pitest.yml +++ b/.github/workflows/pitest.yml @@ -23,7 +23,7 @@ jobs: distribution: 'zulu' architecture: ${{ matrix.architecture }} - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.3.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}