From 6e72dc3e9cff1e2d21b89de897312391a00ef272 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 7 Jun 2021 20:53:39 +0000 Subject: [PATCH] File sync from s4u/.github - Bump actions/cache from 2.1.5 to 2.1.6 in /common-files-maven --- .github/workflows/build.yml | 8 ++++---- .github/workflows/pr.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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') }}