Skip to content

Commit 00cac52

Browse files
Bump actions/cache from v2.1.4 to v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7228bf6 commit 00cac52

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)