diff --git a/.github/workflows/test-ea.yml b/.github/workflows/test-ea.yml index 5c55c9fe8..18694a300 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.0 + - uses: actions/cache@v4.2.1 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 c5f977abb..b2b0dee84 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.0 + - uses: actions/cache@v4.2.1 with: path: ~/.m2/repository key: ubuntu-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af195e3a8..d470cc808 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.0 + - uses: actions/cache@v4.2.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}