diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index b580897..b298ad6 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@v4.3.0 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..e18ffbd 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@v4.3.0 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..2d8dbcf 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@v4.3.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}