Skip to content

Commit 3ac61a2

Browse files
chore(deps): update actions/cache action to v5 (#3047)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6848f5 commit 3ac61a2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3131
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
32-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
32+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
3333
with:
3434
path: "**/node_modules"
3535
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
7878
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
79-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
79+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
8080
with:
8181
path: "**/node_modules"
8282
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -116,7 +116,7 @@ jobs:
116116
steps:
117117
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
118118
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
119-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
119+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
120120
with:
121121
path: "**/node_modules"
122122
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -153,7 +153,7 @@ jobs:
153153
steps:
154154
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
155155
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
156-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
156+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
157157
with:
158158
path: "**/node_modules"
159159
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1919
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
20-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
20+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
2121
with:
2222
path: "**/node_modules"
2323
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
18-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
18+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
1919
with:
2020
path: "**/node_modules"
2121
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)