From e456c2e23b6aff481b80a02e23349a06c7eefc7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 02:14:49 +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/main.yml | 2 +- .github/workflows/update-showdown-data.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b66f0d93..9dc2ced3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: python-version: "3.11" cache: "poetry" - name: Set up node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 - name: Cache veekun database id: veekun-cache uses: actions/cache@v3 diff --git a/.github/workflows/update-showdown-data.yml b/.github/workflows/update-showdown-data.yml index 539201cb..9371ffaf 100644 --- a/.github/workflows/update-showdown-data.yml +++ b/.github/workflows/update-showdown-data.yml @@ -18,7 +18,7 @@ jobs: repository: smogon/pokemon-showdown path: pokemon-showdown - name: Set up node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 - name: Build pokemon showdown run: pokemon-showdown/build - name: Download minidex files