# HG changeset patch
# User Alex Gaynor <alex.gaynor@gmail.com>
# Date 1662618968 14400
#      Thu Sep 08 02:36:08 2022 -0400
# Node ID 0207a29c45dc90a8e31bb0429dc640b71967c2e2
# Parent  9afc922927cb7cb5c3225b792e394e11536bf1e0
bump wheel builder actions/checkout version (#408)

we no longer have manylinux2010

diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -24,7 +24,7 @@
     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 }}