diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 7eb95e1..f2fd909 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -21,7 +21,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - id: cache name: Cache Maven Repository - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}