Skip to content

Commit 10d4d44

Browse files
Bump actions/setup-python from 6.2.0 to 7.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22f2447 commit 10d4d44

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v7.0.0
5555

5656
- name: Set up Python
57-
uses: actions/setup-python@v6.2.0
57+
uses: actions/setup-python@v7.0.0
5858
with:
5959
python-version: "3.x"
6060
cache: "pip"

.github/workflows/corpus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v7.0.0
4040

4141
- name: Set up Python
42-
uses: actions/setup-python@v6.2.0
42+
uses: actions/setup-python@v7.0.0
4343
with:
4444
python-version: "3.13"
4545
cache: "pip"

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v7.0.0
2828
- name: Set up Python
29-
uses: actions/setup-python@v6.2.0
29+
uses: actions/setup-python@v7.0.0
3030
with:
3131
python-version: "3.12"
3232
- name: Install build tools and doc build tools

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v7.0.0
5050

5151
- name: Set up Python
52-
uses: actions/setup-python@v6.2.0
52+
uses: actions/setup-python@v7.0.0
5353
with:
5454
python-version: "3.9"
5555
cache: "pip"

.github/workflows/publish-versioned-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: docs
5151

5252
- name: Set up Python
53-
uses: actions/setup-python@v6.2.0
53+
uses: actions/setup-python@v7.0.0
5454
with:
5555
python-version: "3.12"
5656

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@v7.0.0
7575

7676
- name: Set up Python ${{ matrix.python-version }}
77-
uses: actions/setup-python@v6.2.0
77+
uses: actions/setup-python@v7.0.0
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080

.github/workflows/pypi-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v7.0.0
2525

2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v6.2.0
27+
uses: actions/setup-python@v7.0.0
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
cache: "pip"

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/checkout@v7.0.0
8686

8787
- name: Set up Python ${{ matrix.python-version }}
88-
uses: actions/setup-python@v6.2.0
88+
uses: actions/setup-python@v7.0.0
8989
with:
9090
python-version: ${{ matrix.python-version }}
9191
cache: "pip"

0 commit comments

Comments
 (0)