From 7df17e2177349b1b17c6f4c23136b4a12eab7594 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Thu, 4 Jul 2024 18:31:09 +0200 Subject: [PATCH] Upgrade to pnpm/action-setup@v4 --- .github/workflows/lint-check-types-build-deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint-check-types-build-deploy.yml b/.github/workflows/lint-check-types-build-deploy.yml index 69184a2..289f7ae 100644 --- a/.github/workflows/lint-check-types-build-deploy.yml +++ b/.github/workflows/lint-check-types-build-deploy.yml @@ -26,9 +26,7 @@ jobs: run: | sudo -u postgres createdb --owner=security_vulnerability_examples security_vulnerability_examples - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 - with: - version: 'latest' + - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: node-version: 'lts/*'