Merge pull request #1 from Cyclenerd/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
This commit is contained in:
Nils
2025-08-30 20:52:59 +02:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Dependencies
run: npm ci