Skip to content

Commit

Permalink
Update to use Python 3.13
Browse files Browse the repository at this point in the history
Use Python 3.13 instead of 3.12

Signed-off-by: Eric Brown <ericwb@users.noreply.github.com>
  • Loading branch information
ericwb committed Oct 31, 2024
1 parent 7f12432 commit 9a3fbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ inputs:
runs:
using: composite
steps:
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13

- name: Install precli
shell: bash
Expand Down

0 comments on commit 9a3fbb9

Please sign in to comment.