Merge pull request #2162 from gedoor/dependabot/github_actions/actions/cache-3

Bump actions/cache from 2 to 3
This commit is contained in:
kunfei
2022-08-14 08:50:41 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
- uses: actions/cache@v2 - uses: actions/cache@v3
with: with:
path: | path: |
~/.gradle/caches ~/.gradle/caches
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/cache@v2 - uses: actions/cache@v3
with: with:
path: | path: |
~/.gradle/caches ~/.gradle/caches