From 92e6116b9a2d2efc6ca6f505dd0af9571cd6dc9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:24:11 +0000 Subject: [PATCH] chore: bump actions/setup-node from 6.0.0 to 6.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.0.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v6.4.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/draft-release-publish.yml | 2 +- .github/workflows/pull-request.yml | 8 ++++---- .github/workflows/release-from-main.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/draft-release-publish.yml b/.github/workflows/draft-release-publish.yml index 7a05423..1afed02 100644 --- a/.github/workflows/draft-release-publish.yml +++ b/.github/workflows/draft-release-publish.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup Node.js - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 #6.0.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #6.4.0 with: node-version: 24 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index eb6febe..5b145dc 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout Branch uses: actions/checkout@v6.0.3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 with: node-version: ${{ matrix.node-version }} - name: "NPM Build" @@ -48,7 +48,7 @@ jobs: distribution: zulu java-version: 17 - name: Install NPM - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 - name: NPM Build run: | npm ci @@ -71,7 +71,7 @@ jobs: distribution: zulu java-version: 17 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 with: node-version: 22 - name: Install Cordova @@ -93,7 +93,7 @@ jobs: - name: Checkout Branch uses: actions/checkout@v6.0.3 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 with: node-version: 22 - name: Select Xcode Version diff --git a/.github/workflows/release-from-main.yml b/.github/workflows/release-from-main.yml index fe8538c..b38c305 100644 --- a/.github/workflows/release-from-main.yml +++ b/.github/workflows/release-from-main.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup Node.js - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 #6.0.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #6.4.0 with: node-version: 24 registry-url: https://registry.npmjs.org