fix(actions): use the full github url
Some checks failed
Actions / Build Documentation (MkDocs) (push) Failing after 59s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 48s

This commit is contained in:
cswimr 2025-03-18 03:58:47 -05:00
parent 8c4afd87c9
commit 1d502bbbe8
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -12,7 +12,7 @@ jobs:
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: https://github.com/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: "Setup uv"
uses: https://github.com/astral-sh/setup-uv@v5