Fix checkout action URL in integration and unit test workflows

This commit is contained in:
2026-03-18 17:31:22 +02:00
parent 3598a41284
commit dc534f583e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout repository
uses: "https://gitea.com/actions/checkout@v5"
uses: actions/checkout@v5
- name: Make bundled linux binaries executable (if present)
run: |