diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0ddb42f..bef821b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -20,7 +20,7 @@ jobs: java-version: 21 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') }}