From ad0ae349c8770a363aa18a07e1b595498fe57a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:16:59 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 4 to 5 in the actions group Bumps the actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/mastodon-ruby-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mastodon-ruby-tests.yml b/.github/workflows/mastodon-ruby-tests.yml index d68b59cb2e52..bfa0c30057ce 100644 --- a/.github/workflows/mastodon-ruby-tests.yml +++ b/.github/workflows/mastodon-ruby-tests.yml @@ -65,7 +65,7 @@ jobs: ruby-version: 3.4 bundler-cache: true - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: '.nvmrc' - name: Enable corepack