From da12faf787f3b5157c56ddc329bc3122bbde9e1c Mon Sep 17 00:00:00 2001 From: Seenivasan Balakrishnan Date: Tue, 30 Apr 2024 06:24:53 +0530 Subject: [PATCH] fix: updated github actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5eeaa7..92bf0a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 + - uses: wyvox/action-setup-pnpm@v3 with: version: 8 - uses: actions/setup-node@v4