From 6945f1b41be85e13ce6caa6b3e41010e4b439f81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 21:54:08 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.3.0 --- .github/workflows/electron.yaml | 2 +- .github/workflows/react-native-contract-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/electron.yaml b/.github/workflows/electron.yaml index c1ed1d79ba..20bfaae11f 100644 --- a/.github/workflows/electron.yaml +++ b/.github/workflows/electron.yaml @@ -77,7 +77,7 @@ jobs: id-token: write steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 24 - name: Install dependencies diff --git a/.github/workflows/react-native-contract-tests.yml b/.github/workflows/react-native-contract-tests.yml index aa5e3b68d9..17da63b29e 100644 --- a/.github/workflows/react-native-contract-tests.yml +++ b/.github/workflows/react-native-contract-tests.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node.js # https://github.com/actions/setup-node/releases/tag/v6.2.0 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 18