From b94ecea3f79a6f1ac40a07d7b65cedc85ee68982 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 7 Sep 2025 05:01:20 +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 4f3e903c..caa0e1e2 100644 --- a/.forgejo/workflows/documentation.yml +++ b/.forgejo/workflows/documentation.yml @@ -50,7 +50,7 @@ jobs: echo "Copied .well-known files and _headers to ./public" - name: Setup Node.js - uses: https://github.com/actions/setup-node@v4 + uses: https://github.com/actions/setup-node@v5 with: node-version: 20 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"