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: container:
image: node:21-bullseye # Required by actions/checkout and actions/upload-artifact image: node:21-bullseye # Required by actions/checkout and actions/upload-artifact
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v4
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install
- name: Build - name: Build