diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index af03a880..fc283be9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: distribution: "temurin" - name: Set up cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: "${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}"