Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 95c7a0a

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@v4.3.0...2c3dd9e) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7ec07f commit 95c7a0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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"

.github/workflows/third_party_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: setup python
30-
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
30+
uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
3131
with:
3232
python-version: '3.7.7' # install the python version needed
3333

0 commit comments

Comments
 (0)