Skip to content

Commit f40f670

Browse files
committed
Pin setup-vp to voidzero-dev/setup-vp#52
Use the commit SHA at the head of PR #52 ("fix: surface vp install errors outside collapsed log group") so install failures on CI/deploy show up outside the collapsed setup-vp log group. Revert to @v1 once the PR merges.
1 parent d5fa8c4 commit f40f670

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6
17-
- uses: voidzero-dev/setup-vp@v1
17+
- uses: voidzero-dev/setup-vp@21f6c6e946786aec9726d2fa36b9a53aeca07bbc # PR #52: surface vp install errors
1818
with:
1919
cache: true
2020
registry-url: https://npm.pkg.github.com
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v6
32-
- uses: voidzero-dev/setup-vp@v1
32+
- uses: voidzero-dev/setup-vp@21f6c6e946786aec9726d2fa36b9a53aeca07bbc # PR #52: surface vp install errors
3333
with:
3434
cache: true
3535
registry-url: https://npm.pkg.github.com

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v6
12-
- uses: voidzero-dev/setup-vp@v1
12+
- uses: voidzero-dev/setup-vp@21f6c6e946786aec9726d2fa36b9a53aeca07bbc # PR #52: surface vp install errors
1313
with:
1414
cache: true
1515
registry-url: https://npm.pkg.github.com

0 commit comments

Comments
 (0)