Skip to content

Commit cc57dd5

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ['3.x']
1818
steps:
1919
- uses: actions/checkout@v7
20-
- uses: actions/setup-python@v6
20+
- uses: actions/setup-python@v7
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
architecture: x64

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v7
2929
with:
3030
fetch-depth: 0
31-
- uses: actions/setup-python@v6
31+
- uses: actions/setup-python@v7
3232
with:
3333
python-version: '3.14'
3434
- name: Install test dependencies

0 commit comments

Comments
 (0)