Skip to content

Commit 219bee1

Browse files
committed
Update sync-uv workflow ref to master branch
Changed the reference for pycord-next/.github/workflows/sync-uv.yml from 'main' to 'master' in all relevant GitHub workflow files to ensure correct branch usage for setup steps.
1 parent ba0742f commit 219bee1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/docs-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
python-version: "3.13"
4444
- name: "Setup UV"
45-
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@main
45+
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@master
4646
with:
4747
groups: 'dev,docs'
4848
- name: "Check Links"

.github/workflows/docs-localization-download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: "3.13"
2323
- name: "Setup UV"
24-
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@main
24+
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@master
2525
with:
2626
groups: 'dev,docs'
2727
extras: 'speed,voice'

.github/workflows/docs-localization-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: "3.13"
2828
- name: "Setup UV"
29-
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@main
29+
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@master
3030
with:
3131
groups: 'dev,docs'
3232
extras: 'speed,voice'

.github/workflows/lib-checks.yml

Lines changed: 3 additions & 3 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: pycord-development/pycord-next/.github/workflows/sync-uv.yml@main
37+
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@master
3838
with:
3939
groups: 'dev'
4040
- name: "Run codespell"
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
python-version: "3.13"
5353
- name: "Setup UV"
54-
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@main
54+
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@master
5555
with:
5656
groups: 'dev'
5757
- name: "Run ruff linter check"
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
python-version: "3.13"
7171
- name: "Setup UV"
72-
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@main
72+
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@master
7373
with:
7474
groups: 'dev'
7575
- name: "Setup cache"

.github/workflows/sync-guild-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: "3.13"
2727
- name: "Setup UV"
28-
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@main
28+
uses: pycord-development/pycord-next/.github/workflows/sync-uv.yml@master
2929
with:
3030
groups: 'dev,ci'
3131
- name: "Run guild features sync"

0 commit comments

Comments
 (0)