diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3ef39b1ae..3f99a5ca89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: branch: ci-test-${{ matrix.target }} - name: Close Pull - uses: peter-evans/close-pull@v2 + uses: peter-evans/close-pull@v3 with: pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} comment: '[CI] test ${{ matrix.target }}'