From 7bbdf591018b90c8479dfc9482d7b69b22bb56a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 23:33:56 +0000 Subject: [PATCH] Update actions/setup-node action to v6.5.0 --- .github/workflows/release-npm.yml | 4 ++-- .github/workflows/release-pypi.yaml | 2 +- .github/workflows/release-rubygem.yaml | 2 +- .github/workflows/test-devkit.yml | 2 +- .github/workflows/test-ruby.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 3232af60..b45b6270 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -18,14 +18,14 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: '24.x' package-manager-cache: false - name: Copy the samples to javascript/features run: npm ci && npm run copy-to:javascript working-directory: devkit - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: '24.x' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/release-pypi.yaml b/.github/workflows/release-pypi.yaml index 884c68cf..19211c13 100644 --- a/.github/workflows/release-pypi.yaml +++ b/.github/workflows/release-pypi.yaml @@ -25,7 +25,7 @@ jobs: python-version: "3.14" version: "0.11.28" - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: package-manager-cache: false - name: Copy the samples to the package diff --git a/.github/workflows/release-rubygem.yaml b/.github/workflows/release-rubygem.yaml index f0f868e0..7f796e13 100644 --- a/.github/workflows/release-rubygem.yaml +++ b/.github/workflows/release-rubygem.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: package-manager-cache: false - name: Copy the samples to ruby/features diff --git a/.github/workflows/test-devkit.yml b/.github/workflows/test-devkit.yml index f60920bb..72dd5673 100644 --- a/.github/workflows/test-devkit.yml +++ b/.github/workflows/test-devkit.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: '24.x' cache: 'npm' diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml index d4a5c662..581f87b4 100644 --- a/.github/workflows/test-ruby.yml +++ b/.github/workflows/test-ruby.yml @@ -37,7 +37,7 @@ jobs: bundler-cache: true rubygems: latest working-directory: ruby - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: '24.x' cache: 'npm'