bump wheel builder actions/checkout version (#408)

we no longer have manylinux2010
This commit is contained in:
Alex Gaynor 2022-09-08 02:36:08 -04:00 committed by GitHub
parent 2c0347175d
commit 94bfd47cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
name: "${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.CONTAINER.NAME }}"
container: ghcr.io/pyca/${{ matrix.CONTAINER.IMAGE }}
steps:
- uses: actions/checkout@v1 # Need v1 because manylinux2010 can't run node from v2
- uses: actions/checkout@v3.0.2
with:
# The tag to build or the tag received by the tag event
ref: ${{ github.event.inputs.version || github.ref }}