Skip to content

Commit bdeb837

Browse files
Update actions/setup-python action to v7 (#109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 75fe816 commit bdeb837

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v7
1818
- name: Set up Python 3.11
19-
uses: actions/setup-python@v6
19+
uses: actions/setup-python@v7
2020
with:
2121
python-version: "3.14"
2222
- name: Install pypa/build

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# general Python setup
4242
- name: Set up Python ${{ matrix.py-version }}
43-
uses: actions/setup-python@v6
43+
uses: actions/setup-python@v7
4444
with:
4545
python-version: ${{ matrix.py-version }}
4646

0 commit comments

Comments
 (0)