Skip to content

Commit fec3568

Browse files
authored
Merge pull request #10 from DessimozLab/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 6fedfc2 + 388ae5c commit fec3568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.x'
2020
- name: Install dependencies

0 commit comments

Comments
 (0)