From 40309d60a60b435e2f18e94d9d5dfac6ce55818c Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Fri, 14 Nov 2025 08:10:18 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.4.0 | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v4.0.2 | v4.4.0 | --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8873b2b67..a06c66bbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: with: submodules: true fetch-depth: 0 - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #tag=v4.0.2 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: '20' cache: 'npm'