Skip to content

Commit e9e0ddd

Browse files
authored
Merge pull request #268 from cquiroz/dependabot/github_actions/actions/cache-4.0.2
Bump actions/cache from 3.3.2 to 4.0.2
2 parents 8686c01 + e5aaa0d commit e9e0ddd

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@v3.3.2
16+
uses: actions/cache@v4.0.2
1717
with:
1818
path: ~/.cache/coursier
1919
key: sbt-coursier-cache
2020
- name: Cache SBT
21-
uses: actions/cache@v3.3.2
21+
uses: actions/cache@v4.0.2
2222
with:
2323
path: ~/.sbt
2424
key: sbt-${{ hashFiles('**/build.sbt') }}

0 commit comments

Comments
 (0)