diff --git a/.forgejo/workflows/documentation.yml b/.forgejo/workflows/documentation.yml index 1b31093ca..f9ab35984 100644 --- a/.forgejo/workflows/documentation.yml +++ b/.forgejo/workflows/documentation.yml @@ -32,7 +32,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@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: https://github.com/actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 22 diff --git a/.forgejo/workflows/element.yml b/.forgejo/workflows/element.yml index 11df4929f..93f77010c 100644 --- a/.forgejo/workflows/element.yml +++ b/.forgejo/workflows/element.yml @@ -24,7 +24,7 @@ jobs: steps: - name: 📦 Setup Node.js - uses: https://github.com/actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: https://github.com/actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: "22"