From 0e2021c722e6a7d846bae49fed53a9193209eac8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:37:04 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.0.4 --- .github/workflows/qa.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 0a948d1..5e643a7 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -18,7 +18,7 @@ jobs: with: version: 9 - name: Setup Node.js environment - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version-file: '.tool-versions' cache: 'pnpm' @@ -38,7 +38,7 @@ jobs: with: version: 9 - name: Setup Node.js environment - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version-file: '.tool-versions' cache: 'pnpm' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ffc700..2514cb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: with: version: 9 - name: Setup Node.js environment - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version-file: '.tool-versions' cache: 'pnpm'