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 6edd10f commit 6f0d809Copy full SHA for 6f0d809
.github/workflows/ensurepip_verify_bundled.yml
@@ -13,7 +13,7 @@ jobs:
13
verify:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
- name: Compare checksums of bundled pip and setuptools to ones published on PyPI
18
run: |
19
package_names=("pip" "setuptools")
0 commit comments