Skip to content

Commit c7dac62

Browse files
chore(deps): upgrade github packages (#165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ace7213 commit c7dac62

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/docs-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: "Setup Python"
4141
uses: actions/setup-python@v6
4242
with:
43-
python-version: "3.13"
43+
python-version: "3.14"
4444
- name: "Setup UV"
4545
uses: ./.github/actions/sync-uv
4646
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Setup Python"
2020
uses: actions/setup-python@v6
2121
with:
22-
python-version: "3.13"
22+
python-version: "3.14"
2323
- name: "Setup UV"
2424
uses: ./.github/actions/sync-uv
2525
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: "Setup Python"
2525
uses: actions/setup-python@v6
2626
with:
27-
python-version: "3.13"
27+
python-version: "3.14"
2828
- name: "Setup UV"
2929
uses: ./.github/actions/sync-uv
3030
with:

.github/workflows/lib-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: "Setup Python"
4141
uses: actions/setup-python@v6
4242
with:
43-
python-version: "3.13"
43+
python-version: "3.14"
4444
- name: "Setup UV"
4545
uses: ./.github/actions/sync-uv
4646
with:
@@ -58,7 +58,7 @@ jobs:
5858
- name: "Setup Python"
5959
uses: actions/setup-python@v6
6060
with:
61-
python-version: "3.13"
61+
python-version: "3.14"
6262
- name: "Setup UV"
6363
uses: ./.github/actions/sync-uv
6464
with:
@@ -76,7 +76,7 @@ jobs:
7676
- name: "Setup Python"
7777
uses: actions/setup-python@v6
7878
with:
79-
python-version: "3.13"
79+
python-version: "3.14"
8080
- name: "Setup UV"
8181
uses: ./.github/actions/sync-uv
8282
with:

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: "Check Semantic Pull Request"
28-
uses: amannn/action-semantic-pull-request@fdd4d3ddf614fbcd8c29e4b106d3bbe0cb2c605d # v6.1.1
28+
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: "Setup Python"
2424
uses: actions/setup-python@v6
2525
with:
26-
python-version: "3.13"
26+
python-version: "3.14"
2727
- name: "Setup UV"
2828
uses: ./.github/actions/sync-uv
2929
with:

0 commit comments

Comments
 (0)