Skip to content

Commit 55e0195

Browse files
chore(deps): bump actions/setup-python from 4.6.0 to 4.6.1 (#108)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad059cd commit 55e0195

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@57ded4d7d5e986d7296eab16560982c6dd7c923b # pin@v4
17+
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # 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@57ded4d7d5e986d7296eab16560982c6dd7c923b # pin@v4
44+
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # pin@v4
4545
with:
4646
python-version: 3.7
4747

0 commit comments

Comments
 (0)