fix(actions): use the full github url
This commit is contained in:
parent
8c4afd87c9
commit
1d502bbbe8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
uses: https://github.com/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
|
||||||
- name: "Setup uv"
|
- name: "Setup uv"
|
||||||
uses: https://github.com/astral-sh/setup-uv@v5
|
uses: https://github.com/astral-sh/setup-uv@v5
|
||||||
|
|
Loading…
Add table
Reference in a new issue