From 8f6cff1c03c4d0aa75817e86ea60c7d110718621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20S=C3=B8gaard?= Date: Tue, 23 Jul 2024 20:59:29 +0200 Subject: [PATCH] chore: update pnpm action (#70) Update main.yml to use the latest version of the pnpm/action-setup action --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b35930d..08d2b7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@v4.0.0 - uses: actions/setup-node@v3 with: cache: pnpm @@ -60,7 +60,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - uses: actions/checkout@v3 - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@v4.0.0 - uses: actions/setup-node@v3 with: cache: pnpm @@ -80,7 +80,7 @@ jobs: # Need to fetch entire commit history to # analyze every commit since last release fetch-depth: 0 - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@v4.0.0 - uses: actions/setup-node@v3 with: cache: pnpm