diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 615e2cc..669f24c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: java-version: 17 distribution: liberica - name: Cache Maven dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}