From 640bc9e6ab9042562721244ca780a55e4279aa28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 20:46:36 +0000 Subject: [PATCH] Bump actions/cache from 4.2.1 to 4.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.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/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test-ea.yml | 2 +- .github/workflows/test-jdk-8.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-ea.yml b/.github/workflows/test-ea.yml index 18694a30..a49c77b9 100644 --- a/.github/workflows/test-ea.yml +++ b/.github/workflows/test-ea.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/cache@v4.2.1 + - uses: actions/cache@v4.2.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/test-jdk-8.yml b/.github/workflows/test-jdk-8.yml index b2b0dee8..d58b5f7b 100644 --- a/.github/workflows/test-jdk-8.yml +++ b/.github/workflows/test-jdk-8.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/cache@v4.2.1 + - uses: actions/cache@v4.2.2 with: path: ~/.m2/repository key: ubuntu-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d470cc80..ad63d6ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/cache@v4.2.1 + - uses: actions/cache@v4.2.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}