Bump actions/cache from 2 to 3

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/2162/head
dependabot[bot] 2 years ago committed by GitHub
parent 528dde2ee4
commit 3a30cf939f
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