diff --git a/action.yml b/action.yml index 4e49492..8770065 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,7 @@ runs: echo '${{ inputs.config }}' > $CONFIG_PATH echo '${{ inputs.jobs }}' > $JOBS_PATH - name: "Setup Python" - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip"