From b0f0859b5f8b7001d8473ba08f6fe6abfa8228c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:01:56 +0000 Subject: [PATCH] Bump actions/setup-node from 3 to 4 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] --- .github/workflows/add-greyhound.yml | 2 +- .github/workflows/update-greyhound.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-greyhound.yml b/.github/workflows/add-greyhound.yml index 7f2c0c59f..5bfcfefd7 100644 --- a/.github/workflows/add-greyhound.yml +++ b/.github/workflows/add-greyhound.yml @@ -39,7 +39,7 @@ jobs: token: ${{ secrets.ROOBOT_PAT }} fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 - run: npm ci - id: add uses: actions/github-script@v6 diff --git a/.github/workflows/update-greyhound.yml b/.github/workflows/update-greyhound.yml index b8acc8f2e..9214add21 100644 --- a/.github/workflows/update-greyhound.yml +++ b/.github/workflows/update-greyhound.yml @@ -39,7 +39,7 @@ jobs: token: ${{ secrets.ROOBOT_PAT }} fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 - run: npm ci - id: update uses: actions/github-script@v6