Skip to content

Commit 3c9ff6d

Browse files
chore(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 5452b77 commit 3c9ff6d

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v7
4747

4848
- name: Set up Python
49-
uses: actions/setup-python@v6
49+
uses: actions/setup-python@v7
5050
with:
5151
cache: "pip"
5252
cache-dependency-path: "requirements/documentation.txt"

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v7
3131

3232
- name: Set up Python
33-
uses: actions/setup-python@v6
33+
uses: actions/setup-python@v7
3434
with:
3535
cache: "pip"
3636
python-version: ${{ env.PYTHON_VERSION }}

.github/workflows/package_and_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v7
3232

3333
- name: Setup Python
34-
uses: actions/setup-python@v6
34+
uses: actions/setup-python@v7
3535
with:
3636
python-version: ${{ env.PYTHON_VERSION }}
3737

@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v7
7070

7171
- name: Setup Python
72-
uses: actions/setup-python@v6
72+
uses: actions/setup-python@v7
7373
with:
7474
cache: "pip"
7575
cache-dependency-path: "requirements/packaging.txt"
@@ -126,7 +126,7 @@ jobs:
126126
uses: actions/checkout@v7
127127

128128
- name: Setup Python
129-
uses: actions/setup-python@v6
129+
uses: actions/setup-python@v7
130130
with:
131131
cache: "pip"
132132
cache-dependency-path: "requirements/packaging.txt"

.github/workflows/packager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v7
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@v6
21+
uses: actions/setup-python@v7
2222
with:
2323
cache: "pip"
2424
cache-dependency-path: "requirements/packaging.txt"

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v7
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
cache: "pip"
2828
cache-dependency-path: "requirements/packaging.txt"

.github/workflows/tester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v7
3333

3434
- name: Set up Python
35-
uses: actions/setup-python@v6
35+
uses: actions/setup-python@v7
3636
with:
3737
cache: "pip"
3838
cache-dependency-path: "requirements/testing.txt"

0 commit comments

Comments
 (0)