From 97f4dc9f182e922b9d14de2ae1f83d6d7b8cbae8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 06:47:59 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/actions/restore/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/restore/action.yml b/.github/actions/restore/action.yml index 126e9d5e..6e62439e 100644 --- a/.github/actions/restore/action.yml +++ b/.github/actions/restore/action.yml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Install Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version-file: package.json