From 0dee5d65caa5f690b64af6a84cd4cc2fa4027166 Mon Sep 17 00:00:00 2001 From: PavelSBorisov Date: Thu, 28 Nov 2024 15:33:11 +0200 Subject: [PATCH] chore: replace pnpm/action-setup with a step-security maintained one Signed-off-by: PavelSBorisov --- .github/workflows/flow-publish-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flow-publish-release.yaml b/.github/workflows/flow-publish-release.yaml index a9da49f0..4db058ff 100644 --- a/.github/workflows/flow-publish-release.yaml +++ b/.github/workflows/flow-publish-release.yaml @@ -151,7 +151,7 @@ jobs: ref: ${{ github.event.inputs.tag || '' }} - name: Install PNPM - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 + uses: step-security/action-setup@303e8a1dabc4295b9b4ca0f4198fd42f7861406e # v4.0.0 with: version: 8.10.0