Update actions/checkout action to v5 #13

Open
renovate-bot wants to merge 1 commit from renovate/actions-checkout-5.x into main

View file

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