From 22dc59c415541e50f1b65dd7a469bdaa31fea9ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 06:31:29 +0000 Subject: [PATCH] chore(github-actions): update actions/setup-node action to v6.2.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/renovate-custom-hooks.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c67eca4..acf6b84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: contents: read steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: package.json - run: | @@ -98,7 +98,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: package.json - name: Install dependencies diff --git a/.github/workflows/renovate-custom-hooks.yaml b/.github/workflows/renovate-custom-hooks.yaml index e510240..33a81c1 100644 --- a/.github/workflows/renovate-custom-hooks.yaml +++ b/.github/workflows/renovate-custom-hooks.yaml @@ -29,7 +29,7 @@ jobs: app-id: 1248576 private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }} - - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: package.json