Bump actions/cache from 1 to 3 (#377)

Bumps [actions/cache](https://github.com/actions/cache) from 1 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/v1...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-27 20:39:33 -08:00 committed by GitHub
parent e030a78600
commit e8dc8f387f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ jobs:
- uses: olafurpg/setup-scala@v10
with:
java-version: adopt@1.11
- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: ~/.cache
key: ${{ runner.os }}-snapshot-${{ hashFiles('**/*.sbt') }}

View File

@ -32,7 +32,7 @@ jobs:
- uses: olafurpg/setup-scala@v10
with:
java-version: adopt@1.11
- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: ~/.cache
key: ${{ runner.os }}-jdk11-${{ hashFiles('**/*.sbt') }}
@ -47,7 +47,7 @@ jobs:
- uses: olafurpg/setup-scala@v10
with:
java-version: adopt@1.8
- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: ~/.cache
key: ${{ runner.os }}-jdk8-${{ hashFiles('**/*.sbt') }}
@ -62,7 +62,7 @@ jobs:
- uses: olafurpg/setup-scala@v10
with:
java-version: 17
- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: ~/.cache
key: ${{ runner.os }}-jdk17-${{ hashFiles('**/*.sbt') }}