From df19f517b043db7bbe3ad447af0266c63c2bf011 Mon Sep 17 00:00:00 2001 From: Xeek Date: Sat, 13 Jan 2024 15:10:28 -0600 Subject: [PATCH] chore: use the latest version of python 3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 25bd5c1..df04fef 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ runs: - name: Install Python uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.x" - name: Install Dependencies working-directory: ${{ github.action_path }}/src