diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 02a2c95a..f4107039 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,7 +18,7 @@ jobs: java-version: 21.0.7+9 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') }}