From d44441317467ecc3956dbfa97a94090480c0998e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:42:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.0.4 --- .github/actions/setup-toolchain/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-toolchain/action.yml b/.github/actions/setup-toolchain/action.yml index 933869b1d..47d236a44 100644 --- a/.github/actions/setup-toolchain/action.yml +++ b/.github/actions/setup-toolchain/action.yml @@ -70,7 +70,7 @@ runs: bundler: Gemfile.lock bundler-cache: true - name: Set up Node.js - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version: "20" cache: ${{ inputs.cache-npm-dependencies }}