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

Bump actions/setup-python from 4.4.0 to 4.5.0 #38909

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
persist-credentials: false
- name: "setup python"
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
with:
python-version: '3.7.7' # install the python version needed
- name: "execute py script"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/third_party_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
persist-credentials: false

- name: setup python
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
with:
python-version: '3.7.7' # install the python version needed

Expand Down