From 325eca28cd6a2fe62fb79c08467947f785e56bbd Mon Sep 17 00:00:00 2001 From: Mario Lubenka Date: Wed, 20 Sep 2023 15:12:24 +0200 Subject: [PATCH] chore: update GitHub Actions dependencies --- .github/workflows/workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3814d52..8a67995 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2 with: version: 7.24.3 run_install: true @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2 with: version: 7.24.3 run_install: | @@ -95,7 +95,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2 with: version: 7.24.3 run_install: |