Skip to content

Commit 302102b

Browse files
chore(deps): update actions/cache action to v4
1 parent 4fd2ec0 commit 302102b

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222
- name: Cache
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: |
2626
~/.gradle/wrapper

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout
5252
uses: actions/checkout@v4
5353
- name: Cache
54-
uses: actions/cache@v3
54+
uses: actions/cache@v4
5555
with:
5656
path: |
5757
~/.gradle/wrapper

0 commit comments

Comments
 (0)