Skip to content

Commit a41dbf7

Browse files
committed
update actions cache version
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 26a6268 commit a41dbf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
distribution: 'temurin'
2020
java-version: '21'
21-
- uses: actions/cache@v3
21+
- uses: actions/cache@v4
2222
with:
2323
path: |
2424
~/.sbt

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
distribution: 'temurin'
2727
java-version: '21'
28-
- uses: actions/cache@v3
28+
- uses: actions/cache@v4
2929
with:
3030
path: |
3131
~/.sbt

0 commit comments

Comments
 (0)