From 189ff2d05e9b27c621f07c8c54b957c64609a05b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 18:59:54 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.9.1 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fbbf29..3ee7215 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.0.2 - name: Install Node.js - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.9.1 with: node-version: 18 cache: npm @@ -58,7 +58,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.0.2 - name: Install Node.js ${{ matrix.node }} - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.9.1 with: node-version: ${{ matrix.node }} cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 194b2ca..83e135b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Node - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.9.1 with: node-version: 18 cache: npm