Skip to content

Commit 4e88fd3

Browse files
committed
update to latest actions/cache due to deprecations
1 parent 5c3292c commit 4e88fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: [email protected]
3030

3131
- name: Cache sbt
32-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
32+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3333
with:
3434
path: |
3535
~/.sbt

0 commit comments

Comments
 (0)