From dccf6448459d4f6150e9f634cab5bdc0c7f562e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:56:12 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.0.4 --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index fcf5a896c..505b7c6c5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4.1.7 - name: Cache dependencies - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version: '20' cache: 'npm'