From fe77370cf937f278c17c3bc3b73ae6f43bc46e30 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 8 Sep 2025 05:02:38 +0000 Subject: [PATCH] chore(deps): update https://github.com/actions/setup-node action to v5 --- .forgejo/workflows/documentation.yml | 2 +- .forgejo/workflows/element.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/documentation.yml b/.forgejo/workflows/documentation.yml index 67c8a30c..dc0dd4c1 100644 --- a/.forgejo/workflows/documentation.yml +++ b/.forgejo/workflows/documentation.yml @@ -55,7 +55,7 @@ jobs: - name: Setup Node.js if: steps.runner-env.outputs.node_major == '' || steps.runner-env.outputs.node_major < '20' - uses: https://github.com/actions/setup-node@v4 + uses: https://github.com/actions/setup-node@v5 with: node-version: 22 diff --git a/.forgejo/workflows/element.yml b/.forgejo/workflows/element.yml index 0199e8b6..d2dc6fda 100644 --- a/.forgejo/workflows/element.yml +++ b/.forgejo/workflows/element.yml @@ -16,7 +16,7 @@ jobs: steps: - name: 📦 Setup Node.js - uses: https://github.com/actions/setup-node@v4 + uses: https://github.com/actions/setup-node@v5 with: node-version: "22"