Skip to content

Commit 9aa38a8

Browse files
authored
Update sync-uv workflow reference to pycord-next
Signed-off-by: Lala Sabathil <[email protected]>
1 parent 210ab18 commit 9aa38a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lib-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: "Checkout Repository"
3535
uses: actions/checkout@v5
3636
- name: "Setup UV"
37-
uses: ./.github/workflows/sync-uv.yml
37+
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@main
3838
with:
3939
groups: 'dev'
4040
- name: "Run codespell"
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
python-version: "3.13"
7171
- name: "Setup UV"
72-
uses: ./.github/workflows/sync-uv.yml
72+
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@main
7373
with:
7474
groups: 'dev'
7575
- name: "Setup cache"

0 commit comments

Comments
 (0)