ci: update pnpm/action-setup

This commit is contained in:
Zoltan Kochan
2026-05-04 22:24:17 +02:00
parent 9f58e44220
commit 7e91e4b35f
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Checkout Commit
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install pnpm
uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0
uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5
with:
standalone: true
- name: Audit

View File

@@ -47,7 +47,7 @@ jobs:
echo "Checked out PR #$PR_NUMBER at $(git rev-parse --short HEAD)"
- name: Install pnpm
uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0
uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5
with:
standalone: true

View File

@@ -19,7 +19,7 @@ jobs:
- name: Checkout Commit
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install pnpm
uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0
uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5
with:
standalone: true
- name: Setup Node

View File

@@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install pnpm
uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0
uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5
with:
standalone: true
- name: Setup Node

View File

@@ -31,7 +31,7 @@ jobs:
- name: Checkout Commit
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install pnpm
uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0
uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5
with:
standalone: true
- name: Setup Node

View File

@@ -20,7 +20,7 @@ jobs:
token: ${{ secrets.UPDATE_LOCKFILE_TOKEN }}
- name: Install pnpm
uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0
uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5
with:
standalone: true