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

Bump actions/cache from 2 to 3
pull/2168/head
kunfei 2 years ago committed by GitHub
commit 06d618614b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml
  2. 2
      .github/workflows/test.yml

@ -46,7 +46,7 @@ jobs:
with:
fetch-depth: 1
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches

@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches

Loading…
Cancel
Save