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