From 33a804ff32dc0e09dd7c47c914ffcfb6df35d7b9 Mon Sep 17 00:00:00 2001 From: pionere Date: Thu, 25 Jan 2024 09:15:29 +0100 Subject: [PATCH] update version of setup-python --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0b935825..acf8d9e5 100644 --- a/action.yml +++ b/action.yml @@ -83,7 +83,7 @@ runs: steps: - name: Setup Python if: ${{ inputs.setup-python == 'true' }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.6.x - 3.11.x'