diff --git a/.github/workflows/test-ea.yml b/.github/workflows/test-ea.yml index ee1c3379..5c55c9fe 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.1.2 + - uses: actions/cache@v4.2.0 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 d986cdee..c5f977ab 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.1.2 + - uses: actions/cache@v4.2.0 with: path: ~/.m2/repository key: ubuntu-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7d6b200..1c9ca312 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}