From a1b91788e82483ab799d7c19205ad9c29edfa939 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:35:37 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/compose-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compose-lint.yml b/.github/workflows/compose-lint.yml index 87b73d8..593f39b 100644 --- a/.github/workflows/compose-lint.yml +++ b/.github/workflows/compose-lint.yml @@ -166,7 +166,7 @@ jobs: # the customManagers:githubActionsVersions preset; node versioning keeps it # on the current LTS line and proposes the next LTS major as its own PR. - name: Set up Node.js for Renovate validator - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ env.NODE_VERSION }}