Merge pull request #2 from skoelle/renovate/actions-checkout-7.x

Update actions/checkout action to v7
This commit is contained in:
Stefan Koelle
2026-08-15 21:15:34 +02:00
committed by GitHub
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with: