Skip to content

Commit 815f601

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

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: "Install uv"
4545
uses: astral-sh/setup-uv@v7
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: "Install uv"
2424
uses: astral-sh/setup-uv@v7
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: "Install uv"
2929
uses: astral-sh/setup-uv@v7
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: "Install uv"
4545
uses: astral-sh/setup-uv@v7
4646
with:
@@ -59,7 +59,7 @@ jobs:
5959
- name: "Setup Python"
6060
uses: actions/setup-python@v6
6161
with:
62-
python-version: "3.13"
62+
python-version: "3.14"
6363
- name: "Install uv"
6464
uses: astral-sh/setup-uv@v7
6565
with:
@@ -79,7 +79,7 @@ jobs:
7979
- name: "Setup Python"
8080
uses: actions/setup-python@v6
8181
with:
82-
python-version: "3.13"
82+
python-version: "3.14"
8383
- name: "Install uv"
8484
uses: astral-sh/setup-uv@v7
8585
with:

.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: "Install uv"
2828
uses: astral-sh/setup-uv@v7
2929
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: \.(po|pot|yml|yaml)$
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.13.3
13+
rev: v0.14.0
1414
hooks:
1515
- id: ruff
1616
args: [ --fix ]

0 commit comments

Comments
 (0)