Skip to content

Commit 2d7ff02

Browse files
authored
Merge pull request #12 from github/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 4d4651f + 4b2324f commit 2d7ff02

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: npm
2828
- run: npm ci
2929
- run: npm run build
30-
- uses: actions/cache/save@v4
30+
- uses: actions/cache/save@v5
3131
with:
3232
path: |
3333
node_modules
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/setup-node@v6
4545
with:
4646
node-version-file: '.nvmrc'
47-
- uses: actions/cache/restore@v4
47+
- uses: actions/cache/restore@v5
4848
with:
4949
path: |
5050
node_modules
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/setup-node@v6
6363
with:
6464
node-version-file: '.nvmrc'
65-
- uses: actions/cache/restore@v4
65+
- uses: actions/cache/restore@v5
6666
with:
6767
path: |
6868
node_modules
@@ -84,14 +84,14 @@ jobs:
8484
- uses: actions/setup-node@v6
8585
with:
8686
node-version-file: '.nvmrc'
87-
- uses: actions/cache/restore@v4
87+
- uses: actions/cache/restore@v5
8888
with:
8989
path: |
9090
node_modules
9191
packages/*/node_modules
9292
packages/storybook-addon-performance-panel/dist
9393
key: deps-${{ github.sha }}
94-
- uses: actions/cache@v4
94+
- uses: actions/cache@v5
9595
with:
9696
path: ~/.cache/ms-playwright
9797
key: playwright-${{ matrix.browser }}-${{ hashFiles('**/package-lock.json') }}
@@ -110,7 +110,7 @@ jobs:
110110
- uses: actions/setup-node@v6
111111
with:
112112
node-version-file: '.nvmrc'
113-
- uses: actions/cache/restore@v4
113+
- uses: actions/cache/restore@v5
114114
with:
115115
path: |
116116
node_modules

0 commit comments

Comments
 (0)