Skip to content

Commit

Permalink
File sync from s4u/.github
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Feb 5, 2021
1 parent 9b8c49a commit 069f0ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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') }}
Expand Down

0 comments on commit 069f0ba

Please sign in to comment.