We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ce5cd commit 23723c7Copy full SHA for 23723c7
.github/workflows/comment_trigger_example.yml
@@ -27,7 +27,7 @@ jobs:
27
# https://github.com/actions/checkout/issues/331#issuecomment-1438220926
28
ref: refs/pull/${{ github.event.issue.number }}/head
29
- name: Setup Node.js 16
30
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
31
with:
32
node-version: 16
33
- name: Deploy
0 commit comments