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"