From 2b08460b16e71bdf21f2e3b692a2e34421c1d9ea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Apr 2026 05:02:12 +0000 Subject: [PATCH] chore(deps): update https://github.com/actions/setup-node digest to 48b55a0 --- .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 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"