Skip to content

Commit 405e25a

Browse files
committed
fix(PLT-816): update cache action to use v4
1 parent c04623f commit 405e25a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: 20
1919

2020
- name: Get yarn cache
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
id: yarn-cache
2323
with:
2424
path: |
@@ -58,7 +58,7 @@ jobs:
5858
node-version: 20
5959

6060
- name: Get yarn cache
61-
uses: actions/cache@v2
61+
uses: actions/cache@v4
6262
id: yarn-cache
6363
with:
6464
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: 20
2323

2424
- name: Get yarn cache
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
id: yarn-cache
2727
with:
2828
path: |

0 commit comments

Comments
 (0)