From fdab1dcc4c4d7877cfece0780e5d047c0b1d78a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:52:54 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/secretlint-only-on-changed-files.yml | 2 +- .github/workflows/secretlint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/secretlint-only-on-changed-files.yml b/.github/workflows/secretlint-only-on-changed-files.yml index e846881..fff0e42 100644 --- a/.github/workflows/secretlint-only-on-changed-files.yml +++ b/.github/workflows/secretlint-only-on-changed-files.yml @@ -15,7 +15,7 @@ jobs: - name: setup Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 24 - name: Install run: npm install - name: Lint with Secretlint diff --git a/.github/workflows/secretlint.yml b/.github/workflows/secretlint.yml index 1ba3f63..ba14649 100644 --- a/.github/workflows/secretlint.yml +++ b/.github/workflows/secretlint.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 24 - name: Install run: npm install - name: Lint with Secretlint