Skip to content

Commit 11b5810

Browse files
committed
update
1 parent c214709 commit 11b5810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: ~/.ivy2/cache
3737
key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/*.sbt') }}
3838
- name: Cache SBT
39-
uses: actions/cache@v1
39+
uses: actions/cache@v4
4040
with:
4141
path: ~/.sbt
4242
key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }}

0 commit comments

Comments
 (0)