1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update outdated GH Actions

This commit is contained in:
Rotzbua 2023-09-05 13:50:59 +02:00
parent ce0feb2f42
commit 25120e44ce
No known key found for this signature in database
GPG Key ID: C69022D529C17845
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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: