Skip to content

Commit 257f26e

Browse files
authored
Merge pull request #283 from cquiroz/dependabot/github_actions/actions/cache-v2.1.5
2 parents 7228bf6 + 00cac52 commit 257f26e

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: [email protected]
1515
- name: Cache Coursier
16-
uses: actions/[email protected].4
16+
uses: actions/[email protected].5
1717
with:
1818
path: ~/.cache/coursier
1919
key: sbt-coursier-cache
2020
- name: Cache SBT
21-
uses: actions/[email protected].4
21+
uses: actions/[email protected].5
2222
with:
2323
path: ~/.sbt
2424
key: sbt-${{ hashFiles('**/build.sbt') }}

0 commit comments

Comments
 (0)