Skip to content

Commit

Permalink
Merge pull request #25 from brightway-lca/renovate/actions-setup-pyth…
Browse files Browse the repository at this point in the history
…on-5.x

Update actions/setup-python action to v5
  • Loading branch information
tngTUDOR authored Dec 11, 2023
2 parents 7a0139c + 7243d4d commit 998dae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install pypa/build
Expand Down

0 comments on commit 998dae6

Please sign in to comment.