diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f621efa49..12e8ab4673 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 100 persist-credentials: false - - uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1 + - uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b # v1.16.1 with: node-version-file: ".node-version" cache: true @@ -78,7 +78,7 @@ jobs: fetch-depth: 100 persist-credentials: false - - uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1 + - uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b # v1.16.1 with: node-version-file: ".node-version" cache: true @@ -132,7 +132,7 @@ jobs: fetch-depth: 100 persist-credentials: false - - uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1 + - uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b # v1.16.1 with: node-version-file: ".node-version" cache: true diff --git a/.github/workflows/fresh-install-tests.yml b/.github/workflows/fresh-install-tests.yml index fbc83a76b1..4039a8ded0 100644 --- a/.github/workflows/fresh-install-tests.yml +++ b/.github/workflows/fresh-install-tests.yml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - id: setup_vp - uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1 + uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b # v1.16.1 with: node-version-file: ".node-version" # Intentionally no install cache — we want fresh prod dep resolution. diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a619d8d7df..bec03e3594 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -31,7 +31,7 @@ jobs: with: persist-credentials: false - - uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1 + - uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b # v1.16.1 with: node-version-file: ".node-version" cache: true