Skip to content

Commit 2947782

Browse files
Update GitHub actions
1 parent d29dc2c commit 2947782

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v5
2121
- id: setup-python
2222
name: Setup Python
23-
uses: actions/setup-python@v6.0.0
23+
uses: actions/setup-python@v6.1.0
2424
with:
2525
python-version: ${{matrix.python-version}}
2626
architecture: x64

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v5
2727
- id: setup-python
2828
name: Setup Python
29-
uses: actions/setup-python@v6.0.0
29+
uses: actions/setup-python@v6.1.0
3030
with:
3131
python-version: ${{matrix.python-version}}
3232
architecture: x64

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
fetch-depth: 0
2929
- id: setup_python
3030
name: Setup Python
31-
uses: actions/setup-python@v6.0.0
31+
uses: actions/setup-python@v6.1.0
3232
with:
33-
python-version: "3.13"
33+
python-version: "3.14"
3434
architecture: x64
3535
- id: install_environment
3636
name: Set up build environment

0 commit comments

Comments
 (0)