Skip to content

Commit 1d2e083

Browse files
author
Christian Theilemann
authored
fix pnpm setup step (#465)
1 parent da0ccef commit 1d2e083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copy-processor-images-to-dockerhub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
node-version-file: .node-version
5959

60-
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # pin https://github.com/pnpm/action-setup/releases/tag/v2.4.0
60+
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # pin https://github.com/pnpm/action-setup/releases/tag/v4.0.0
6161
with:
6262
run_install: false
6363
package_json_file: scripts/package.json

0 commit comments

Comments
 (0)