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

This commit is contained in:
Nikita Pozdniakov
2026-01-26 18:16:43 +03:00
parent 6119e40e65
commit 33c5d8a036

View File

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