diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68a2d0b3..e064e5ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: | ~/.m2/repository @@ -91,7 +91,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: ~/.m2/repository key: ${{ needs.setup.outputs.date-ym}}-maven-site-test-${{ hashFiles('**/pom.xml') }} @@ -121,7 +121,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: ~/.m2/repository key: ${{ needs.setup.outputs.date-ym}}-ubuntu-latest-jdk8-deploy-${{ hashFiles('**/pom.xml') }} @@ -155,7 +155,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: ~/.m2/repository key: ${{ needs.setup.outputs.date-ym}}-maven-site-deploy-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a77e6b47..b32a8c1a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -40,7 +40,7 @@ jobs: persist-credentials: false fetch-depth: 0 - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: | ~/.m2/repository @@ -87,7 +87,7 @@ jobs: with: persist-credentials: false - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: ~/.m2/repository key: ${{ needs.setup.outputs.date-ym}}-maven-site-test-${{ hashFiles('**/pom.xml') }}