From 348c37b98b359baee5766bc8be67315b18bcfa46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 05:32:34 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .github/workflows/eslint.yml | 2 +- .github/workflows/markdown-lint.yml | 2 +- .github/workflows/semantic-release.yml | 4 ++-- .github/workflows/test.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index f65dc8e..5717743 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -52,7 +52,7 @@ jobs: git config --global user.name "${NAME}" - name: "Use Node.js 16.x" - uses: "actions/setup-node@v2" + uses: "actions/setup-node@v5" with: node-version: "16.x" # Enable this to use the github packages diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 7d6b11d..cb07069 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -46,7 +46,7 @@ jobs: git config --global user.name "${NAME}" - name: "Use Node.js 16.x" - uses: "actions/setup-node@v2" + uses: "actions/setup-node@v5" with: node-version: "16.x" # Enable this to use the github packages diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index f043596..02e21ec 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -39,7 +39,7 @@ jobs: EMAIL: "github-actions[bot]@users.noreply.github.com" - name: "Use Node.js 16.x" - uses: "actions/setup-node@v2" + uses: "actions/setup-node@v5" with: node-version: "16.x" # Enable this to use the github packages @@ -101,7 +101,7 @@ jobs: EMAIL: "github-actions[bot]@users.noreply.github.com" - name: "Use Node.js 16.x" - uses: "actions/setup-node@v2" + uses: "actions/setup-node@v5" with: node-version: "16.x" # Enable this to use the github packages diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6aad0ee..00b5404 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: git config --global user.name "${NAME}" - name: "Use Node.js ${{ matrix.node-version }}" - uses: "actions/setup-node@v2" + uses: "actions/setup-node@v5" with: node-version: "${{ matrix.node-version }}"