From 4076cfa7e83e910cb462b044cc2895123bbf6472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:24:38 +0000 Subject: [PATCH] Bump actions/setup-node from 5 to 7 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/security-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index aad954c..35c135e 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -46,7 +46,7 @@ jobs: python-version: '3.12' cache: pip cache-dependency-path: Server/requirements.lock - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v7 with: node-version: '22' - name: Install backup encryption tools