Compare commits

..

No commits in common. "renovate/actions-checkout-5.x" and "main" have entirely different histories.

View file

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