bump wheel builder actions/checkout version (#408)
we no longer have manylinux2010
This commit is contained in:
parent
2c0347175d
commit
94bfd47cea
2
.github/workflows/wheel-builder.yml
vendored
2
.github/workflows/wheel-builder.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user