Skip to content

Commit d62a5cf

Browse files
Bump actions/setup-python from 6 to 6.2.0 (#525)
* Bump actions/setup-python from 6 to 6.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Force re-test --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: docktermj <michael@dockter.com>
1 parent 2dbe096 commit d62a5cf

13 files changed

Lines changed: 13 additions & 13 deletions

.github/workflows/black.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v6
32+
uses: actions/setup-python@v6.2.0
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

.github/workflows/build-distribution.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@v6
30+
uses: actions/setup-python@v6.2.0
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

.github/workflows/check-development-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v6
32+
uses: actions/setup-python@v6.2.0
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

.github/workflows/create-sphinx-documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@v6.2.0
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

.github/workflows/dependency-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v6
31+
uses: actions/setup-python@v6.2.0
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434

.github/workflows/flake8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v6
32+
uses: actions/setup-python@v6.2.0
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

.github/workflows/isort.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v6
31+
uses: actions/setup-python@v6.2.0
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434

.github/workflows/mypy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v6
32+
uses: actions/setup-python@v6.2.0
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

.github/workflows/publish-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v6
28+
uses: actions/setup-python@v6.2.0
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

.github/workflows/pylint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v6
31+
uses: actions/setup-python@v6.2.0
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434

0 commit comments

Comments
 (0)