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"