From f1dffd8a964aa17b9d31a354e6483af56e57aa15 Mon Sep 17 00:00:00 2001 From: amitpadmani-awts Date: Fri, 6 Oct 2023 12:37:22 +0530 Subject: [PATCH] Update pipeline.yaml Signed-off-by: amitpadmani-awts --- .github/workflows/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index e26f801..6c6652d 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@v3 - + - uses: pnpm/action-setup@v2 with: version: 8.6.0 @@ -63,7 +63,7 @@ jobs: - uses: actions/checkout@v3 with: token: ${{ secrets.GH_TOKEN }} - + - uses: pnpm/action-setup@v2 with: version: 8.6.0