From 1e3d06f4bd68320bd87082c3bf8618f775bb8a81 Mon Sep 17 00:00:00 2001 From: "ur-renovate[bot]" <121888725+ur-renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 06:08:06 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.9.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 85b0149..011ca6a 100644 --- a/action.yml +++ b/action.yml @@ -63,7 +63,7 @@ runs: - name: Setup node if: inputs.function == '' - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3.9.0 with: node-version: ${{ env.node_version }}