From 004b1d873a7b14cee4c0a221068266fc8ae4de04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 00:00:15 +0000 Subject: [PATCH] Update actions/setup-node action to v4.4.0 --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 2abf12f..f914d14 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Set up Node - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v4.4.0 with: node-version: 20 - name: Build project with NPM