diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 39482e04..3a3b5be0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -30,7 +30,7 @@ jobs: java-version: 17 distribution: liberica - name: Cache Maven dependencies - uses: actions/cache@v5.1.0 + uses: actions/cache@v6.1.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}