Skip to content

Commit 638f6a8

Browse files
Update actions/setup-node action to v7 (#6564)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 5eec160 commit 638f6a8

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/backend-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v7
1616
with:
1717
token: ${{ secrets.GH_TOKEN }}
18-
- uses: actions/setup-node@v2
18+
- uses: actions/setup-node@v7
1919
with:
2020
node-version: '14'
2121
- run: npm i -g npm-check-updates

.github/workflows/frontend-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v7
1515
with:
1616
token: ${{ secrets.GH_TOKEN }}
17-
- uses: actions/setup-node@v2
17+
- uses: actions/setup-node@v7
1818
with:
1919
node-version: '14'
2020
- run: npx npm-check-updates --doctor --upgrade --target minor --reject $SKIP

.github/workflows/publish-multicluster-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
token: ${{ secrets.GH_TOKEN }}
3232
- name: Setup Node.js
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@v7
3434
with:
3535
node-version: "20"
3636
registry-url: "https://registry.npmjs.org/"

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v7
14-
- uses: actions/setup-node@v4
14+
- uses: actions/setup-node@v7
1515
with:
1616
node-version: '20'
1717
cache: 'npm'

.github/workflows/root-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v7
1212
with:
1313
token: ${{ secrets.GH_TOKEN }}
14-
- uses: actions/setup-node@v2
14+
- uses: actions/setup-node@v7
1515
with:
1616
node-version: '14'
1717
- run: npm i -g npm-check-updates

0 commit comments

Comments
 (0)