From 42e8fd4a6b369c2a8e0417482f48813f2c89b52f Mon Sep 17 00:00:00 2001 From: Vignesh Rao Date: Sat, 18 May 2024 19:20:26 -0500 Subject: [PATCH] Downgrade `setup-python` to `v4` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a78e0d6..1daf2b5 100644 --- a/action.yml +++ b/action.yml @@ -75,7 +75,7 @@ runs: shell: bash - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v4 with: python-version: '3.9'