Skip to content

Commit 6d045e8

Browse files
authored
Merge pull request #2 from DessimozLab/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 32b912a + 6f59595 commit 6d045e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up Python
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.x'
2727
- name: Install poetry

0 commit comments

Comments
 (0)