We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09eb817 commit 3e6f006Copy full SHA for 3e6f006
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
if: needs.check_source.outputs.run_tests == 'true'
61
steps:
62
- uses: actions/checkout@v2
63
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
64
- name: Install Dependencies
65
run: sudo ./.github/workflows/posix-deps-apt.sh
66
- name: Build CPython
0 commit comments