Update actions/checkout action to v4

This commit is contained in:
Renovate Bot 2024-10-17 12:06:17 -04:00
parent e950d1cf34
commit 2a51f11e3c
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ jobs:
runs-on: docker runs-on: docker
container.image: node:20-bookworm container.image: node:20-bookworm
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- run: npm install && npm run build - run: npm install && npm run build
name: NPM Install and Build name: NPM Install and Build
- name: Setup SSH Key - name: Setup SSH Key

View file

@ -4,7 +4,7 @@ jobs:
runs-on: docker runs-on: docker
container.image: node:20-bookworm container.image: node:20-bookworm
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- run: npm install && npm run build - run: npm install && npm run build
name: NPM Install and Build name: NPM Install and Build
- name: Upload output - name: Upload output