From 069f0ba9e440f51efc05617f21cb7974c7353128 Mon Sep 17 00:00:00 2001 From: Github Action Date: Fri, 5 Feb 2021 20:10:50 +0000 Subject: [PATCH] File sync from s4u/.github --- .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 d765dd6..b6a4d9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@v2.1.3 + - uses: actions/cache@v2.1.4 with: path: | ~/.m2/repository @@ -70,7 +70,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - - uses: actions/cache@v2.1.3 + - uses: actions/cache@v2.1.4 with: path: ~/.m2/repository key: maven-site-test-${{ hashFiles('**/pom.xml') }} @@ -102,7 +102,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - - uses: actions/cache@v2.1.3 + - uses: actions/cache@v2.1.4 with: path: ~/.m2/repository key: deploy-ubuntu-latest-jdk8-${{ hashFiles('**/pom.xml') }} @@ -134,7 +134,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - - uses: actions/cache@v2.1.3 + - uses: actions/cache@v2.1.4 with: path: ~/.m2/repository key: maven-site-deploy-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6d6e812..4487414 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -26,7 +26,7 @@ jobs: token: ${{ secrets.READONLY_TOKEN }} ref: 'refs/pull/${{ github.event.number }}/merge' - - uses: actions/cache@v2.1.3 + - uses: actions/cache@v2.1.4 with: path: | ~/.m2/repository @@ -76,7 +76,7 @@ jobs: token: ${{ secrets.READONLY_TOKEN }} ref: 'refs/pull/${{ github.event.number }}/merge' - - uses: actions/cache@v2.1.3 + - uses: actions/cache@v2.1.4 with: path: ~/.m2/repository key: maven-site-test-${{ hashFiles('**/pom.xml') }}