Skip to content

Commit c81e230

Browse files
Bump actions/setup-python from 4.6.0 to 4.6.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@57ded4d...bd6b4b6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d137db1 commit c81e230

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
hash: ${{ steps.hash.outputs.hash }}
1111
steps:
1212
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
13-
- uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
13+
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
1414
with:
1515
python-version: '3.x'
1616
cache: 'pip'

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- {name: 'Typing', python: '3.11', os: ubuntu-latest, tox: typing}
3434
steps:
3535
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
36-
- uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
36+
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
3737
with:
3838
python-version: ${{ matrix.python }}
3939
cache: 'pip'

0 commit comments

Comments
 (0)