diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26a7838f3c..51251dfb66 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,9 +26,9 @@ jobs: with: python-version: '3.10' - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 @@ -72,7 +72,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.pull_request.number }} labels: '🚨 test failed' - + - name: Remove test failed label if: ${{ success() && github.event.pull_request.number != '' }} uses: actions-cool/issues-helper@main