1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-04 21:04:01 +03:00

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: steps:
- name: Checkout repository - name: Checkout repository
uses: "https://gitea.com/actions/checkout@v5" uses: actions/checkout@v5
- name: Make bundled linux binaries executable (if present) - name: Make bundled linux binaries executable (if present)
run: | run: |
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: "https://gitea.com/actions/checkout@v5" uses: actions/checkout@v5
- name: Create venv and install project - name: Create venv and install project
run: | run: |