diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index aff7174..530efe8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v6 - name: Use artifact caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}