Skip to content

Commit 5f63b38

Browse files
chore(deps): update pnpm/action-setup digest to fc06bc1
1 parent 02ee43c commit 5f63b38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
2424
- name: pnpm setup
25-
uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19
25+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
2626
- name: Install packages
2727
run: pnpm install
2828
- name: Run Lint

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
2525
- name: pnpm setup
26-
uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19
26+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
2727
- name: Install packages
2828
run: pnpm install
2929
- name: Run build

0 commit comments

Comments
 (0)