diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 96e1548..3b055c4 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -41,12 +41,12 @@ jobs: persist-credentials: false - name: Install the pinned pnpm release - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 with: package_json_file: website/package.json - name: Set up Node - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: website/package.json cache: pnpm @@ -106,7 +106,7 @@ jobs: persist-credentials: false - name: Set up Node - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: controller/website/package.json diff --git a/.github/workflows/pages-preview-cleanup.yml b/.github/workflows/pages-preview-cleanup.yml index 763fdf1..8efb5f1 100644 --- a/.github/workflows/pages-preview-cleanup.yml +++ b/.github/workflows/pages-preview-cleanup.yml @@ -71,7 +71,7 @@ jobs: persist-credentials: false - name: Set up Node - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: controller/website/package.json diff --git a/.github/workflows/pages-preview.yml b/.github/workflows/pages-preview.yml index c937df5..130ca0a 100644 --- a/.github/workflows/pages-preview.yml +++ b/.github/workflows/pages-preview.yml @@ -93,7 +93,7 @@ jobs: persist-credentials: false - name: Set up Node - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: controller/website/package.json diff --git a/.github/workflows/website-check.yml b/.github/workflows/website-check.yml index 4a8ef13..39196f7 100644 --- a/.github/workflows/website-check.yml +++ b/.github/workflows/website-check.yml @@ -28,12 +28,12 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install the pinned pnpm release - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 with: package_json_file: website/package.json - name: Set up Node - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: website/package.json cache: pnpm