summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-09-08 02:36:08 -0400
committerGitHub <noreply@github.com>2022-09-08 15:36:08 +0900
commit94bfd47ceac8bad8b3b72d450c7312d9354331e4 (patch)
tree407937dae0772e966cd10eb284545272a9f6e2a6
parent2c0347175df6f7a2df803cc1a4808800f1b4e04b (diff)
downloadpy-bcrypt-git-94bfd47ceac8bad8b3b72d450c7312d9354331e4.tar.gz
bump wheel builder actions/checkout version (#408)
we no longer have manylinux2010
-rw-r--r--.github/workflows/wheel-builder.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 5c95aea..4c67f0b 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -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 }}