Skip to content

Commit f62fa08

Browse files
chore(deps): update actions/cache action to v4
1 parent da020ff commit f62fa08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919
- name: Cache
20-
uses: actions/cache@v3
20+
uses: actions/cache@v4
2121
with:
2222
path: |
2323
~/.gradle/wrapper

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414
- name: Cache
15-
uses: actions/cache@v3
15+
uses: actions/cache@v4
1616
with:
1717
path: |
1818
~/.gradle/wrapper
@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout
5050
uses: actions/checkout@v4
5151
- name: Cache
52-
uses: actions/cache@v3
52+
uses: actions/cache@v4
5353
with:
5454
path: |
5555
~/.gradle/wrapper

0 commit comments

Comments
 (0)