Skip to content

Commit d53514b

Browse files
authored
Merge pull request #9719 from ManageIQ/renovate/actions-setup-node-6.x
Update actions/setup-node action to v6
2 parents 9968ce1 + e1f430c commit d53514b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Node
5858
if: "${{ matrix.test-suite == 'spec:compile' || matrix.test-suite == 'spec:javascript'
5959
|| matrix.test-suite == 'spec:jest' }}"
60-
uses: actions/setup-node@v5
60+
uses: actions/setup-node@v6
6161
with:
6262
node-version-file: package.json
6363
cache: yarn

.github/workflows/cypress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
bundler-cache: 'true'
6363
timeout-minutes: 30
6464
- name: Set up Node
65-
uses: actions/setup-node@v5
65+
uses: actions/setup-node@v6
6666
if: ${{ env.RUN_CYPRESS == 'true' }}
6767
with:
6868
node-version-file: package.json

.github/workflows/yarn_lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up system
1414
run: bin/before_install
1515
- name: Set up Node
16-
uses: actions/setup-node@v5
16+
uses: actions/setup-node@v6
1717
with:
1818
node-version-file: package.json
1919
cache: yarn

0 commit comments

Comments
 (0)