Skip to content

Commit d9d694c

Browse files
chore(deps): update buildjet/cache digest to 9347ea1 (#2197)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c63236 commit d9d694c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
2121
- name: pnpm Cache
2222
id: pnpm-cache
23-
uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
23+
uses: buildjet/cache@9347ea1c7c1f331d397aa98b3894420448373372
2424
with:
2525
path: |
2626
~/.pnpm-store

.github/workflows/preview-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
2929
- name: pnpm Cache
3030
id: pnpm-cache
31-
uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
31+
uses: buildjet/cache@9347ea1c7c1f331d397aa98b3894420448373372
3232
with:
3333
path: |
3434
~/.pnpm-store

.github/workflows/release-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
corepack prepare [email protected] --activate
2828
pnpm config set script-shell "/usr/bin/bash"
2929
- name: pnpm Cache
30-
uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
30+
uses: buildjet/cache@9347ea1c7c1f331d397aa98b3894420448373372
3131
with:
3232
path: |
3333
~/.pnpm-store

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
2424
- name: pnpm Cache
2525
id: pnpm-cache
26-
uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
26+
uses: buildjet/cache@9347ea1c7c1f331d397aa98b3894420448373372
2727
with:
2828
path: |
2929
~/.pnpm-store

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: pnpm Cache
3333
id: pnpm-cache
34-
uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
34+
uses: buildjet/cache@9347ea1c7c1f331d397aa98b3894420448373372
3535
with:
3636
path: |
3737
~/.pnpm-store

0 commit comments

Comments
 (0)