From aa8f7c661719468aeeac2a2a443aba6c9665dc93 Mon Sep 17 00:00:00 2001 From: Keegan Carruthers-Smith Date: Thu, 1 Aug 2024 11:14:08 +0200 Subject: [PATCH] ci: match pnpm/action-setup used in tests for scip-typescript (#190) --- .github/workflows/scip-typescript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scip-typescript.yml b/.github/workflows/scip-typescript.yml index 16fae7ed..90ee0505 100644 --- a/.github/workflows/scip-typescript.yml +++ b/.github/workflows/scip-typescript.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 + - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # SECURITY: pin third-party action hashes id: pnpm-install with: run_install: false