Skip to content

Commit fe59421

Browse files
dependabot[bot]thesamet
authored andcommitted
Bump actions/cache from 2 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a3ac0c commit fe59421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
java-version: 11
1717
distribution: temurin
1818
- name: Mount caches
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
with:
2121
path: |
2222
~/.sbt

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Scala caches
14-
uses: actions/cache@v2
14+
uses: actions/cache@v4
1515
with:
1616
path: |
1717
~/.sbt

0 commit comments

Comments
 (0)