Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- id: setup-pnpm
name: Install pinned pnpm launcher
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271
with:
version: ${{ env.PNPM_VERSION }}

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

- id: setup-pnpm
name: Install pinned pnpm launcher
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271
with:
version: ${{ env.PNPM_VERSION }}

Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

- id: setup-pnpm
name: Install pinned pnpm launcher
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271
with:
version: ${{ env.PNPM_VERSION }}

Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:

- id: setup-pnpm
name: Install pinned pnpm launcher
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271
with:
version: ${{ env.PNPM_VERSION }}

Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:

- id: setup-pnpm
name: Install pinned pnpm launcher
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271
with:
version: ${{ env.PNPM_VERSION }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/connector-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- id: capture-pnpm
name: Setup exact pnpm for capture
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271
with:
version: 10.32.1

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

- id: writer-pnpm
name: Setup exact pnpm for writer
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271
with:
version: 10.32.1

Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

- id: conclusion-pnpm
name: Setup exact pnpm for conclusion
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271
with:
version: 10.32.1

Expand Down
Loading