Update checkout action URL in CI workflow
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 1s

This commit is contained in:
Nikita Pozdniakov
2026-01-26 18:56:17 +03:00
parent a646684829
commit f100348d3a

View File

@@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout
uses: https://gitea.com/actions/checkout@v6
uses: gitea.nikitapozd.dev/actions/checkout@v6
- name: Install tools (curl, jq)
run: apk add --no-cache curl jq