Skip to content

Commit bf63b95

Browse files
Merge pull request #5965 from matuzalemsteles/fix-release-ci
chore: update actions/cache to v4
2 parents 3e2805e + 97d7528 commit bf63b95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/setup-node@v2
4747
with:
4848
node-version: '18'
49-
- uses: actions/cache@v2
49+
- uses: actions/cache@v4
5050
with:
5151
path: '**/node_modules'
5252
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/setup-node@v2
7373
with:
7474
node-version: '18'
75-
- uses: actions/cache@v2
75+
- uses: actions/cache@v4
7676
with:
7777
path: '**/node_modules'
7878
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
@@ -108,7 +108,7 @@ jobs:
108108
node-version: '18'
109109
registry-url: 'https://registry.npmjs.org'
110110
scope: '@clayui'
111-
- uses: actions/cache@v2
111+
- uses: actions/cache@v4
112112
with:
113113
path: '**/node_modules'
114114
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)