diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78bc2e87..285ca261 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4 - name: Setup Node 18 uses: actions/setup-node@v4 diff --git a/.github/workflows/production_deploy.yml b/.github/workflows/production_deploy.yml index 32e00c56..22d9c94b 100644 --- a/.github/workflows/production_deploy.yml +++ b/.github/workflows/production_deploy.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 8.8.0 diff --git a/.github/workflows/staging_deploy.yml b/.github/workflows/staging_deploy.yml index e46d15d0..51c79a81 100644 --- a/.github/workflows/staging_deploy.yml +++ b/.github/workflows/staging_deploy.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 8.8.0