From 76a263859b96c35e642ec6f63caccd56a8bf38e7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 25 Jul 2026 01:50:45 +0200 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 (#108) Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ec079fa..9745a05 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: runs-on: pi steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24' - run: npm install