mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #4311 from Rotzbua/update_gh_actions
Update outdated Github Actions
This commit is contained in:
commit
b0f900e25d
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -14,20 +14,20 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out node-red repository
|
- name: Check out node-red repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: 'node-red'
|
path: 'node-red'
|
||||||
- name: Check out node-red-docker repository
|
- name: Check out node-red-docker repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: 'node-red/node-red-docker'
|
repository: 'node-red/node-red-docker'
|
||||||
path: 'node-red-docker'
|
path: 'node-red-docker'
|
||||||
- name: Check out node-red.github.io repository
|
- name: Check out node-red.github.io repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: 'node-red/node-red.github.io'
|
repository: 'node-red/node-red.github.io'
|
||||||
path: 'node-red.github.io'
|
path: 'node-red.github.io'
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
- run: node ./node-red/.github/scripts/update-node-red-docker.js
|
- run: node ./node-red/.github/scripts/update-node-red-docker.js
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
node-version: [16, 18, 20]
|
node-version: [16, 18, 20]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user