Update actions/checkout action to v4 #6

Merged
louis merged 1 commit from renovate/actions-checkout-4.x into main 2024-03-16 18:49:04 +01:00

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