Skip to content
Snippets Groups Projects
Commit 0207a29c45dc authored by Alex Gaynor's avatar Alex Gaynor
Browse files

bump wheel builder actions/checkout version (#408)

we no longer have manylinux2010
parent 9afc922927cb
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
name: "${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.CONTAINER.NAME }}" name: "${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.CONTAINER.NAME }}"
container: ghcr.io/pyca/${{ matrix.CONTAINER.IMAGE }} container: ghcr.io/pyca/${{ matrix.CONTAINER.IMAGE }}
steps: steps:
- uses: actions/checkout@v1 # Need v1 because manylinux2010 can't run node from v2 - uses: actions/checkout@v3.0.2
with: with:
# The tag to build or the tag received by the tag event # The tag to build or the tag received by the tag event
ref: ${{ github.event.inputs.version || github.ref }} ref: ${{ github.event.inputs.version || github.ref }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment