diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 9afc922927cb7cb5c3225b792e394e11536bf1e0_LmdpdGh1Yi93b3JrZmxvd3Mvd2hlZWwtYnVpbGRlci55bWw=..0207a29c45dc90a8e31bb0429dc640b71967c2e2_LmdpdGh1Yi93b3JrZmxvd3Mvd2hlZWwtYnVpbGRlci55bWw= 100644
--- 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 }}