Skip to content

Commit a9fa4af

Browse files
build(deps): bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f4c991 commit a9fa4af

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v7
4646

4747
- name: setup python 3
48-
uses: actions/setup-python@v6
48+
uses: actions/setup-python@v7
4949
with:
5050
python-version: '3.x'
5151

@@ -62,7 +62,7 @@ jobs:
6262
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
6363
steps:
6464
- uses: actions/checkout@v7
65-
- uses: actions/setup-python@v6
65+
- uses: actions/setup-python@v7
6666
with:
6767
python-version: ${{ matrix.python-version }}
6868
- name: Run tests

.github/workflows/e2e-test-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9797

9898
- name: Setup Python
99-
uses: actions/setup-python@v6
99+
uses: actions/setup-python@v7
100100
with:
101101
python-version: '3.x'
102102

@@ -192,7 +192,7 @@ jobs:
192192

193193
steps:
194194
- name: Set up Python
195-
uses: actions/setup-python@v6
195+
uses: actions/setup-python@v7
196196
with:
197197
python-version: '3.x'
198198

.github/workflows/e2e-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
submodules: 'recursive'
8888

8989
- name: Setup Python
90-
uses: actions/setup-python@v6
90+
uses: actions/setup-python@v7
9191
with:
9292
python-version: ${{ inputs.run-eol-python-version == 'true' && env.EOL_PYTHON_VERSION || inputs.python-version || env.DEFAULT_PYTHON_VERSION }}
9393

@@ -157,7 +157,7 @@ jobs:
157157

158158
steps:
159159
- name: Set up Python
160-
uses: actions/setup-python@v6
160+
uses: actions/setup-python@v7
161161
with:
162162
python-version: '3.x'
163163

@@ -206,7 +206,7 @@ jobs:
206206
name: test-report-file
207207

208208
- name: Set up Python
209-
uses: actions/setup-python@v6
209+
uses: actions/setup-python@v7
210210
with:
211211
python-version: '3.x'
212212

.github/workflows/nightly-smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: dev
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v6
27+
uses: actions/setup-python@v7
2828
with:
2929
python-version: '3.x'
3030

.github/workflows/publish-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v7
1616

1717
- name: Setup Python
18-
uses: actions/setup-python@v6
18+
uses: actions/setup-python@v7
1919
with:
2020
python-version: '3.x'
2121

.github/workflows/release-cross-repo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: sudo apt-get install -y build-essential
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@v6
28+
uses: actions/setup-python@v7
2929
with:
3030
python-version: '3.10'
3131

0 commit comments

Comments
 (0)