Update actions/checkout action to v5

This commit is contained in:
Renovate Bot 2025-08-11 13:10:26 +00:00
parent 48b9176ea7
commit 2c4be50c00

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