Skip to content

Commit 3baf73c

Browse files
chore(deps): update pnpm/action-setup digest to 738f428 (#3128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6dbc357 commit 3baf73c

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 1
2020
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
2121
- name: pnpm setup
22-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
22+
uses: pnpm/action-setup@738f428026a1f5a72398de22aeed83d859c4a660
2323
- name: Install packages
2424
run: pnpm install --frozen-lockfile --prefer-offline
2525
- name: Create "version packages" pull request

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 1
2424
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
2525
- name: pnpm setup
26-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
26+
uses: pnpm/action-setup@738f428026a1f5a72398de22aeed83d859c4a660
2727
- name: Install packages
2828
run: pnpm install --frozen-lockfile --prefer-offline
2929
- name: Run Build

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 1
2424
- name: pnpm setup
25-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
25+
uses: pnpm/action-setup@738f428026a1f5a72398de22aeed83d859c4a660
2626
- name: Install packages
2727
run: pnpm install --frozen-lockfile --prefer-offline
2828
- name: Run Lint

.github/workflows/pin-dependencies-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 1
2424
- name: pnpm setup
25-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
25+
uses: pnpm/action-setup@738f428026a1f5a72398de22aeed83d859c4a660
2626
- name: Install root dependencies only
2727
run: pnpm install --frozen-lockfile --filter . --ignore-scripts
2828
- name: Check for pinned dependencies

.github/workflows/preview-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 2
2121
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
2222
- name: pnpm setup
23-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
23+
uses: pnpm/action-setup@738f428026a1f5a72398de22aeed83d859c4a660
2424
- name: Install packages
2525
run: pnpm install --frozen-lockfile --prefer-offline
2626
- name: Find changed packages

.github/workflows/pull-request-title-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
fetch-depth: 1
2020
- name: pnpm setup
21-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
21+
uses: pnpm/action-setup@738f428026a1f5a72398de22aeed83d859c4a660
2222
- name: Check pull request title
2323
run: pnpm dlx tsx@4.21.0 ./scripts/pull-request-title-check.ts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 1
2121
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
2222
- name: pnpm setup
23-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
23+
uses: pnpm/action-setup@738f428026a1f5a72398de22aeed83d859c4a660
2424
- name: Install packages
2525
run: pnpm install --frozen-lockfile --prefer-offline
2626
- name: Publish stable release

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 1
2424
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
2525
- name: pnpm setup
26-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
26+
uses: pnpm/action-setup@738f428026a1f5a72398de22aeed83d859c4a660
2727
- name: Install packages
2828
run: pnpm install --frozen-lockfile --prefer-offline
2929
- name: Run Build

0 commit comments

Comments
 (0)