diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 681183c..2a86d0d 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v1 - name: Cache .m2 - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 13263e8..8a1a756 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v1 - name: Cache .m2 - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}