Skip to content

Commit b19a9ef

Browse files
committed
feature: @putout/plugin-github: setup-node: v6
1 parent 1d31bca commit b19a9ef

13 files changed

+14
-14
lines changed

.github/workflows/nodejs-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
bun-version: latest
2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: Install Redrun

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
bun-version: 1.2
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Install Redrun

packages/plugin-github/lib/update-actions/fixture/docker-login-fix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ __putout_processor_yaml({
88
"uses": "actions/checkout@v5"
99
}, {
1010
"name": "Use Node.js ${{ matrix.node-version }}",
11-
"uses": "actions/setup-node@v4",
11+
"uses": "actions/setup-node@v6",
1212
"with": {
1313
"node-version": "${{ matrix.node-version }}"
1414
}

packages/plugin-github/lib/update-actions/fixture/options-fix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ __putout_processor_yaml({
88
"uses": "actions/checkout@v5"
99
}, {
1010
"name": "Use Node.js ${{ matrix.node-version }}",
11-
"uses": "actions/setup-node@v4",
11+
"uses": "actions/setup-node@v6",
1212
"with": {
1313
"node-version": "${{ matrix.node-version }}"
1414
}

packages/plugin-github/lib/update-actions/fixture/set-coveralls-version-fix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ __putout_processor_yaml({
88
"uses": "actions/checkout@v5"
99
}, {
1010
"name": "Use Node.js ${{ matrix.node-version }}",
11-
"uses": "actions/setup-node@v4",
11+
"uses": "actions/setup-node@v6",
1212
"with": {
1313
"node-version": "${{ matrix.node-version }}"
1414
}

packages/plugin-github/lib/update-actions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const {
77
} = updateActions({
88
'actions/checkout': 'v5',
99
'actions/cache': 'v4',
10-
'actions/setup-node': 'v4',
10+
'actions/setup-node': 'v6',
1111
'docker/setup-buildx-action': 'v3',
1212
'docker/build-push-action': 'v5',
1313
'docker/login-action': 'v3',

packages/plugin-github/test/fixture/add-continue-on-error-to-add-and-commit-fix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ __putout_processor_yaml({
1313
}
1414
}, {
1515
"name": "Use Node.js ${{ matrix.node-version }}",
16-
"uses": "actions/setup-node@v4",
16+
"uses": "actions/setup-node@v6",
1717
"with": {
1818
"node-version": "${{ matrix.node-version }}"
1919
}

packages/plugin-github/test/fixture/add-continue-on-error-to-coveralls-fix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ __putout_processor_yaml({
1313
}
1414
}, {
1515
"name": "Use Node.js ${{ matrix.node-version }}",
16-
"uses": "actions/setup-node@v4",
16+
"uses": "actions/setup-node@v6",
1717
"with": {
1818
"node-version": "${{ matrix.node-version }}"
1919
}

packages/plugin-github/test/fixture/install-bun-fix.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ __putout_processor_yaml({
1313
}
1414
}, {
1515
"name": "Use Node.js ${{ matrix.node-version }}",
16-
"uses": "actions/setup-node@v4",
16+
"uses": "actions/setup-node@v6",
1717
"with": {
1818
"node-version": "${{ matrix.node-version }}"
1919
}
@@ -40,7 +40,7 @@ __putout_processor_yaml({
4040
}
4141
}, {
4242
"name": "Use Node.js ${{ matrix.node-version }}",
43-
"uses": "actions/setup-node@v4",
43+
"uses": "actions/setup-node@v6",
4444
"with": {
4545
"node-version": "${{ matrix.node-version }}"
4646
}

packages/plugin-github/test/fixture/set-checkout-version-fix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ __putout_processor_yaml({
1313
}
1414
}, {
1515
"name": "Use Node.js ${{ matrix.node-version }}",
16-
"uses": "actions/setup-node@v4",
16+
"uses": "actions/setup-node@v6",
1717
"with": {
1818
"node-version": "${{ matrix.node-version }}"
1919
}

0 commit comments

Comments
 (0)