Compare commits

...
Author SHA1 Message Date
ef9a576cc0 [skip ci] Merge pull request 'Update actions/checkout action to v7' (#2) from renovate/actions-checkout-7.x into main
Reviewed-on: #2
2026-07-19 02:35:38 +02:00
a1f1bd31e8 Update actions/checkout action to v7
All checks were successful
Astro Check / astro-check (push) Successful in 1m21s
Astro Check / astro-check (pull_request) Successful in 1m20s
2026-07-18 21:01:56 +00:00

View file

@ -6,7 +6,7 @@ jobs:
runs-on: debian-trixie
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7
- name: Copy build-config
run: cp .ci-scripts/build-config.json ./build-config.json