Skip to content

Commit

Permalink
Bump setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Jan 30, 2024
1 parent 3cab0cc commit 7f4a78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- name: Install vinca
Expand Down

0 comments on commit 7f4a78d

Please sign in to comment.