Skip to content

Commit d409fe7

Browse files
chore(deps): update all dependencies
1 parent f8dbb3d commit d409fe7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build-test-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v5
32-
- uses: actions/setup-python@v5
32+
- uses: actions/setup-python@v6
3333
with:
34-
python-version: "3.12"
34+
python-version: "3.14"
3535
- uses: pre-commit/[email protected]
3636

3737
test-unit:
@@ -41,7 +41,7 @@ jobs:
4141
python-version: [ 3.9, "3.10", "3.11", "3.12" ]
4242
steps:
4343
- uses: actions/checkout@v5
44-
- uses: actions/setup-python@v5
44+
- uses: actions/setup-python@v6
4545
with:
4646
python-version: ${{ matrix.python-version }}
4747
- run: |
@@ -74,9 +74,9 @@ jobs:
7474
# Very important: semantic-release won't trigger a tagged
7575
# build if this is not set false
7676
persist-credentials: false
77-
- uses: actions/setup-python@v5
77+
- uses: actions/setup-python@v6
7878
with:
79-
python-version: "3.9"
79+
python-version: "3.14"
8080
- run: |
8181
curl -sSL https://install.python-poetry.org | python3 - --version 2.1.4
8282
poetry install

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)