diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 85e3abf9..864dcdbf 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Cache Maven dependencies - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.7 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}