Skip to content

Commit e8dc8f3

Browse files
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](actions/cache@v1...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e030a78 commit e8dc8f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: olafurpg/setup-scala@v10
2626
with:
2727
java-version: [email protected]
28-
- uses: actions/cache@v1
28+
- uses: actions/cache@v3
2929
with:
3030
path: ~/.cache
3131
key: ${{ runner.os }}-snapshot-${{ hashFiles('**/*.sbt') }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: olafurpg/setup-scala@v10
3333
with:
3434
java-version: [email protected]
35-
- uses: actions/cache@v1
35+
- uses: actions/cache@v3
3636
with:
3737
path: ~/.cache
3838
key: ${{ runner.os }}-jdk11-${{ hashFiles('**/*.sbt') }}
@@ -47,7 +47,7 @@ jobs:
4747
- uses: olafurpg/setup-scala@v10
4848
with:
4949
java-version: [email protected]
50-
- uses: actions/cache@v1
50+
- uses: actions/cache@v3
5151
with:
5252
path: ~/.cache
5353
key: ${{ runner.os }}-jdk8-${{ hashFiles('**/*.sbt') }}
@@ -62,7 +62,7 @@ jobs:
6262
- uses: olafurpg/setup-scala@v10
6363
with:
6464
java-version: 17
65-
- uses: actions/cache@v1
65+
- uses: actions/cache@v3
6666
with:
6767
path: ~/.cache
6868
key: ${{ runner.os }}-jdk17-${{ hashFiles('**/*.sbt') }}

0 commit comments

Comments
 (0)