diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 113c77b650..549672ce4b 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@994d756a33d64d79175a2d721a1a1b6976958b2d + uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387 with: standalone: true - name: Audit diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ee71dd28a5..633a96094d 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@994d756a33d64d79175a2d721a1a1b6976958b2d + uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387 with: standalone: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df3549e63b..76da3e7a2b 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@994d756a33d64d79175a2d721a1a1b6976958b2d + uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387 with: standalone: true - name: Setup Node diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39c0be97dc..3059bab251 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: g++ -std=c++11 -o ldid lookup2.o ldid.cpp -I. -lcrypto $(pkg-config --cflags --libs libplist-2.0) -lxml2 sudo mv ldid /usr/local/bin - name: Install pnpm - uses: pnpm/action-setup@994d756a33d64d79175a2d721a1a1b6976958b2d + uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387 with: standalone: true - name: Setup Node diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25799ea54d..143ecea42a 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@994d756a33d64d79175a2d721a1a1b6976958b2d + uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387 with: standalone: true - name: Setup Node diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index bae4b7d587..2f492a1ea5 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@994d756a33d64d79175a2d721a1a1b6976958b2d + uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387 with: standalone: true