Skip to content

Commit 245e4b2

Browse files
dependabot[bot]seifertm
authored andcommitted
Build(deps): Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 32e2516 commit 245e4b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: false
30-
- uses: actions/setup-python@v5
30+
- uses: actions/setup-python@v6
3131
with:
3232
python-version: ${{ env.PYTHON_LATEST }}
3333
- name: Install tox
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
fetch-depth: 0
5757
persist-credentials: false
58-
- uses: actions/setup-python@v5
58+
- uses: actions/setup-python@v6
5959
with:
6060
python-version: ${{ env.PYTHON_LATEST }}
6161
- name: Install GitHub matcher for ActionLint checker
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@v5
8989
with:
9090
persist-credentials: false
91-
- uses: actions/setup-python@v5
91+
- uses: actions/setup-python@v6
9292
with:
9393
python-version: ${{ matrix.python-version }}
9494
- name: Install dependencies
@@ -127,7 +127,7 @@ jobs:
127127
- uses: actions/checkout@v5
128128
with:
129129
persist-credentials: false
130-
- uses: actions/setup-python@v5
130+
- uses: actions/setup-python@v6
131131
with:
132132
python-version: ${{ env.PYTHON_LATEST }}
133133
- name: Install Coverage.py
@@ -164,7 +164,7 @@ jobs:
164164
fetch-depth: 0
165165
persist-credentials: false
166166
- name: Install Python
167-
uses: actions/setup-python@v5
167+
uses: actions/setup-python@v6
168168
- name: Install towncrier
169169
run: pip install towncrier==24.8.0
170170
- name: Install pandoc

0 commit comments

Comments
 (0)