Skip to content

Commit 173cb39

Browse files
dependabot[bot]seifertm
authored andcommitted
Build(deps): Bump actions/setup-python from 6.1.0 to 6.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@83679a8...a309ff8) --- 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>
1 parent d8b32b5 commit 173cb39

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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
30+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
58+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
5959
with:
6060
python-version: ${{ env.PYTHON_LATEST }}
6161
- name: Install GitHub matcher for ActionLint checker
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
8181
with:
8282
persist-credentials: false
83-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
83+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
8484
with:
8585
python-version: ${{ matrix.python-version }}
8686
- name: Install dependencies
@@ -119,7 +119,7 @@ jobs:
119119
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
120120
with:
121121
persist-credentials: false
122-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
122+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
123123
with:
124124
python-version: ${{ env.PYTHON_LATEST }}
125125
- name: Install Coverage.py
@@ -156,7 +156,7 @@ jobs:
156156
fetch-depth: 0
157157
persist-credentials: false
158158
- name: Install Python
159-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
159+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
160160
- name: Install towncrier
161161
run: pip install towncrier==24.8.0
162162
- name: Install pandoc

0 commit comments

Comments
 (0)