Skip to content

Commit a79fbc7

Browse files
chore(deps): bump actions/setup-python from 4.7.0 to 4.7.1 (#137)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@61a6322...65d7f2d) --- 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 c6f1c5c commit a79fbc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # pin@v3
1616

17-
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # pin@v4
17+
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # 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@61a6322f88396a6271a6ee3565807d608ecaddd1 # pin@v4
44+
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # pin@v4
4545
with:
4646
python-version: 3.7
4747

0 commit comments

Comments
 (0)