From 7e91e4b35f06591eb210b166f9ce4a10e754e2a9 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Mon, 4 May 2026 22:24:17 +0200 Subject: [PATCH] ci: update pnpm/action-setup --- .github/workflows/audit.yml | 2 +- .github/workflows/benchmark.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update-lockfile.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index b619395c7e..756c0a7b2a 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout Commit uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install pnpm - uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0 + uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5 with: standalone: true - name: Audit diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3617de9a75..c89b277134 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -47,7 +47,7 @@ jobs: echo "Checked out PR #$PR_NUMBER at $(git rev-parse --short HEAD)" - name: Install pnpm - uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0 + uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5 with: standalone: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e5ab77967..d801a08e3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout Commit uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install pnpm - uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0 + uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5 with: standalone: true - name: Setup Node diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1349b18030..c654377801 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install pnpm - uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0 + uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5 with: standalone: true - name: Setup Node diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e08d5c3f66..518f377ea1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout Commit uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install pnpm - uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0 + uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5 with: standalone: true - name: Setup Node diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index 25e753b135..6c17e89d2d 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -20,7 +20,7 @@ jobs: token: ${{ secrets.UPDATE_LOCKFILE_TOKEN }} - name: Install pnpm - uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0 + uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5 with: standalone: true