Skip to content

Commit 5c6bd28

Browse files
chore(deps): update actions/cache digest to 37e7d4e
1 parent 8a11fd1 commit 5c6bd28

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/autofix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4444
4545
- name: Setup pnpm cache
46-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
46+
uses: actions/cache@37e7d4eb166540050942d75a6e40742cbfc92f65
4747
with:
4848
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4949
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
5151
5252
- name: Setup pnpm cache
53-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
53+
uses: actions/cache@37e7d4eb166540050942d75a6e40742cbfc92f65
5454
with:
5555
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
5656
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -95,7 +95,7 @@ jobs:
9595
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
9696
9797
- name: Setup pnpm cache
98-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
98+
uses: actions/cache@37e7d4eb166540050942d75a6e40742cbfc92f65
9999
with:
100100
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
101101
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -140,7 +140,7 @@ jobs:
140140
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
141141
142142
- name: Setup pnpm cache
143-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
143+
uses: actions/cache@37e7d4eb166540050942d75a6e40742cbfc92f65
144144
with:
145145
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
146146
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -185,7 +185,7 @@ jobs:
185185
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
186186
187187
- name: Setup pnpm cache
188-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
188+
uses: actions/cache@37e7d4eb166540050942d75a6e40742cbfc92f65
189189
with:
190190
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
191191
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)