From 9a025f16f8fb97bd8cbcbdf797c3992061e95615 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 28 Sep 2025 23:01:21 +0200 Subject: [PATCH] fix(ci/lint): adding the correct version of the action pnpm --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 445de7f..2b10307 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: node-version: '22' cache: 'pnpm' - name: Setup pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 10 run_install: false