Skip to content

Commit 6f0d809

Browse files
illia-vhugovk
andauthored
Bump actions/checkout to v3
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 6edd10f commit 6f0d809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ensurepip_verify_bundled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
verify:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Compare checksums of bundled pip and setuptools to ones published on PyPI
1818
run: |
1919
package_names=("pip" "setuptools")

0 commit comments

Comments
 (0)