diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3ed2f9e..a3a2a6f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,7 +18,7 @@ jobs: distribution: 'adopt' - name: Cache Maven packages - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}