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:
parent
e030a78600
commit
e8dc8f387f
|
@ -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') }}
|
||||
|
|
|
@ -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') }}
|
||||
|
|
Loading…
Reference in New Issue