Update actions/checkout action to v4
This commit is contained in:
parent
e950d1cf34
commit
2a51f11e3c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ jobs:
|
|||
runs-on: docker
|
||||
container.image: node:20-bookworm
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: npm install && npm run build
|
||||
name: NPM Install and Build
|
||||
- name: Setup SSH Key
|
||||
|
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
runs-on: docker
|
||||
container.image: node:20-bookworm
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: npm install && npm run build
|
||||
name: NPM Install and Build
|
||||
- name: Upload output
|
||||
|
|
Loading…
Add table
Reference in a new issue