Skip to content

Commit f8dcabc

Browse files
Bump actions/setup-python from 4.3.0 to 4.3.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@13ae5bb...2c3dd9e) --- 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 e013908 commit f8dcabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: false
2121
- name: "setup python"
22-
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984
22+
uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
2323
with:
2424
python-version: '3.7.7' # install the python version needed
2525
- name: "execute py script"

0 commit comments

Comments
 (0)