Skip to content

Commit 30ae55f

Browse files
chore(deps): bump actions/setup-python from 4.5.0 to 4.6.0 (#88)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@d27e3f3...57ded4d) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d00602c commit 30ae55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # pin@v3
1616

17-
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # pin@v4
17+
- uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # pin@v4
1818
with:
1919
python-version: 3.7
2020

@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
version: v3.10.0
4343

44-
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # pin@v4
44+
- uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # pin@v4
4545
with:
4646
python-version: 3.7
4747

0 commit comments

Comments
 (0)