From 48d8ee9046fd6f2c18fdcc41f0c5c77875d0f4eb Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 8 Feb 2024 12:02:47 -0300 Subject: [PATCH] ci: pnpm/action-setup@v3 --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index f64387f..d4548e0 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8 - name: Use Node.js 20