From 7f716fa2d6242fa2aa582e26cbbfb638d8a22c8a Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Tue, 16 Jun 2026 22:06:25 +0200 Subject: [PATCH] Update pnpm/action-setup action to v6.0.9 (#5994) --- .github/workflows/frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index 33abeb3b..f9558647 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup PNPM - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: run_install: false