Skip to content

Commit

Permalink
CI: bump actions/setup-python to v5
Browse files Browse the repository at this point in the history
Bump actions/setup-python to v5 as pointed out by GH Node.js warning.

Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed Jan 30, 2024
1 parent 4a1fc92 commit f309384
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 f309384

Please sign in to comment.