From 23723c7c03498964fd083b7033baff332065204a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:01:19 -0400 Subject: [PATCH] [CI] Bump actions/setup-node from 3 to 4 (#1436) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/comment_trigger_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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