From dc71a22fe006a03429d3118cdbb69f5e1d9f4b75 Mon Sep 17 00:00:00 2001 From: "mogenius-renovate-bot[bot]" <260588915+mogenius-renovate-bot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 22:40:54 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 Signed-off-by: mogenius-renovate-bot[bot] <260588915+mogenius-renovate-bot[bot]@users.noreply.github.com> --- .github/workflows/build-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 0ec18be..db53dfd 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -20,7 +20,7 @@ jobs: # so the step exits 127 silently (action still reports success but # `new_release_published` stays empty -> the Release step gets skipped). - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: '24'