Skip to content

Commit

Permalink
Merge pull request #83 from xcaeag/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-5

Bump actions/setup-python from 3 to 5
  • Loading branch information
xcaeag authored Feb 2, 2024
2 parents e42eebd + 56ae15b commit abca41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# run: sudo apt install qt5-default qttools5-dev-tools

- name: Setup Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '${{ env.PYTHON_VERSION }}'

Expand Down

0 comments on commit abca41e

Please sign in to comment.