Skip to content

Commit 0d2d648

Browse files
chore(deps): update actions/cache digest to 6f8efc2
1 parent d797992 commit 0d2d648

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install
4141
run: pnpm install
4242
- name: Cache .pnpm-store
43-
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
43+
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
4444
with:
4545
path: ~/.pnpm-store
4646
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
@@ -49,7 +49,7 @@ jobs:
4949
- name: build
5050
run: pnpm build
5151
- name: Cache tools
52-
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
52+
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
5353
id: cache-tools
5454
with:
5555
path: ./tools/
@@ -74,7 +74,7 @@ jobs:
7474
run: corepack enable
7575
- name: pnpm enable
7676
run: corepack prepare pnpm@latest-8 --activate
77-
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
77+
- uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
7878
with:
7979
path: ~/.pnpm-store
8080
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
@@ -85,7 +85,7 @@ jobs:
8585
run: npm config set registry https://rg.verdaccio.org
8686
- name: Install
8787
run: pnpm install --frozen-lockfile
88-
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
88+
- uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
8989
with:
9090
path: ./tools/
9191
key: pkg-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}

0 commit comments

Comments
 (0)