diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc5b7941bc..79f62cfc92 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@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0 + - uses: voidzero-dev/setup-vp@49c3e4e92c52e7f8392712a9267bbe71c5ab30e5 # v1.19.0 with: node-version-file: ".node-version" cache: true @@ -86,7 +86,7 @@ jobs: fetch-depth: 100 persist-credentials: false - - uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0 + - uses: voidzero-dev/setup-vp@49c3e4e92c52e7f8392712a9267bbe71c5ab30e5 # v1.19.0 with: node-version-file: ".node-version" cache: true @@ -136,7 +136,7 @@ jobs: fetch-depth: 100 persist-credentials: false - - uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0 + - uses: voidzero-dev/setup-vp@49c3e4e92c52e7f8392712a9267bbe71c5ab30e5 # v1.19.0 with: node-version-file: ".node-version" cache: true @@ -199,7 +199,7 @@ jobs: fetch-depth: 100 persist-credentials: false - - uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0 + - uses: voidzero-dev/setup-vp@49c3e4e92c52e7f8392712a9267bbe71c5ab30e5 # v1.19.0 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 edf45382d0..114e7410b4 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@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0 + uses: voidzero-dev/setup-vp@49c3e4e92c52e7f8392712a9267bbe71c5ab30e5 # v1.19.0 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 59e58c459d..d3ab896754 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@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0 + - uses: voidzero-dev/setup-vp@49c3e4e92c52e7f8392712a9267bbe71c5ab30e5 # v1.19.0 with: node-version-file: ".node-version" cache: true