Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

ci: update setup-python action to v4.4.0 #4072

Merged
merged 2 commits into from
Jan 5, 2023
Merged
Changes from 1 commit
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/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# resources it downloads no longer exist, and windows-build-tools@5
# fails to install Python (it will wait on the python installer forever)
if: startsWith(matrix.os, 'windows-')
uses: actions/setup-python@v2
uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9 #v4.3.1
with:
python-version: "2.7"

Expand Down