Skip to content

Commit 62a6a15

Browse files
Bump actions/cache from 4.0.2 to 4.1.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.2...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 726a1d9 commit 62a6a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scala.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
with:
1414
java-version: 1.8
1515
- name: Cache Coursier
16-
uses: actions/cache@v4.0.2
16+
uses: actions/cache@v4.1.2
1717
with:
1818
path: ~/.cache/coursier
1919
key: sbt-coursier-cache
2020
- name: Cache SBT
21-
uses: actions/cache@v4.0.2
21+
uses: actions/cache@v4.1.2
2222
with:
2323
path: ~/.sbt
2424
key: sbt-${{ hashFiles('**/build.sbt') }}

0 commit comments

Comments
 (0)