Skip to content

Commit c74b13a

Browse files
chore(deps): update actions/cache digest to 5a3ec84
1 parent 8d6dd98 commit c74b13a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
32-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
32+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3333
with:
3434
path: "**/node_modules"
3535
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8282
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
83-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
83+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
8484
with:
8585
path: "**/node_modules"
8686
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -118,7 +118,7 @@ jobs:
118118
steps:
119119
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
120120
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
121-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
121+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
122122
with:
123123
path: "**/node_modules"
124124
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -154,7 +154,7 @@ jobs:
154154
steps:
155155
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
156156
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
157-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
157+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
158158
with:
159159
path: "**/node_modules"
160160
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -176,7 +176,7 @@ jobs:
176176
steps:
177177
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
178178
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
179-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
179+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
180180
with:
181181
path: "**/node_modules"
182182
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
20-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
20+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4
18-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
18+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
1919
with:
2020
path: "**/node_modules"
2121
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)