diff --git a/.github/workflows/comment_trigger_example.yml b/.github/workflows/comment_trigger_example.yml index 9fe62c924a..da78d916cf 100644 --- a/.github/workflows/comment_trigger_example.yml +++ b/.github/workflows/comment_trigger_example.yml @@ -27,7 +27,7 @@ jobs: # https://github.com/actions/checkout/issues/331#issuecomment-1438220926 ref: refs/pull/${{ github.event.issue.number }}/head - name: Setup Node.js 16 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 - name: Deploy