Merge pull request 'Update actions/checkout action to v4' (#6) from renovate/actions-checkout-4.x into main

Reviewed-on: #6
This commit is contained in:
louis 2024-03-16 18:49:04 +01:00
commit 33f7c85591
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
container:
image: node:16-bullseye # Required by actions/checkout and actions/upload-artifact
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build