Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:

- name: Set up Python ${{ inputs.python-version }}
if: ${{ fromJSON(inputs.python-version) >= 3.13 }}
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
with:
cache: 'pip'
python-version: ${{ inputs.python-version }}
Expand All @@ -46,7 +46,7 @@ runs:

- name: Set up Python ${{ inputs.python-version }}
if: ${{ fromJSON(inputs.python-version) < 3.13 }}
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
with:
cache: 'pip'
python-version: ${{ inputs.python-version }}
Expand Down
Loading