From f423b51ea6fda66e9fafdc776fac6f14a488bee6 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 11 Jul 2022 09:34:04 -0500 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 677883a2..a27269dd 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ runs: using: composite steps: # Set up a non-EOL, cibuildwheel & pipx supported Python version - - uses: actions/setup-python@766e8c60885ef280a3e447209d1f1083b3c7039d + - uses: actions/setup-python@v4 id: python with: python-version: "3.7 - 3.10"