Skip to content

Commit 90ba184

Browse files
Update actions/cache action to v5
1 parent 2036b19 commit 90ba184

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: '20.x'
2525

2626
- name: Set up Node caching
27-
uses: actions/cache@v3
27+
uses: actions/cache@v5
2828
with:
2929
path: ~/.npm
3030
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
node-version: ${{ env.NODE_VER }}
4848

4949
- name: Set up Gradle caching
50-
uses: actions/cache@v3
50+
uses: actions/cache@v5
5151
with:
5252
path: |
5353
$HOME/.gradle/caches
@@ -57,7 +57,7 @@ jobs:
5757
${{ matrix.os }}-gradle-
5858
5959
- name: Set up Node caching
60-
uses: actions/cache@v3
60+
uses: actions/cache@v5
6161
with:
6262
path: $HOME/.npm
6363
key: ${{ matrix.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -135,7 +135,7 @@ jobs:
135135
node-version: ${{ env.NODE_VER }}
136136

137137
- name: Set up Gradle caching
138-
uses: actions/cache@v3
138+
uses: actions/cache@v5
139139
with:
140140
path: |
141141
$HOME/.gradle/caches
@@ -145,7 +145,7 @@ jobs:
145145
${{ runner.os }}-gradle-
146146
147147
- name: Set up Node caching
148-
uses: actions/cache@v3
148+
uses: actions/cache@v5
149149
with:
150150
path: $HOME/.npm
151151
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)