Skip to content

Commit

Permalink
File sync from s4u/.github - Bump actions/cache from 2.1.5 to 2.1.6 i…
Browse files Browse the repository at this point in the history
…n /common-files-maven
  • Loading branch information
GitHub Action committed Jun 7, 2021
1 parent e45c510 commit 6e72dc3
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 @@ -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
Expand Down Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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') }}
Expand Down

0 comments on commit 6e72dc3

Please sign in to comment.