Skip to content

Commit

Permalink
chore: use the latest version of python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
xeekworx committed Jan 13, 2024
1 parent 937464b commit df19f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df19f51

Please sign in to comment.