Skip to content

Commit

Permalink
Merge pull request #183 from lumag/update-ci
Browse files Browse the repository at this point in the history
CI: bump actions/setup-python to v5
  • Loading branch information
lumag authored Jan 30, 2024
2 parents 4a1fc92 + f309384 commit 00dfbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install dependencies
Expand Down

0 comments on commit 00dfbf6

Please sign in to comment.