Skip to content

Commit 311081e

Browse files
authored
Merge pull request #349 from pymzml/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5
2 parents a08b869 + 6420281 commit 311081e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set up Python
13-
uses: actions/setup-python@v3
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.9'
1616
- name: Install dependencies

0 commit comments

Comments
 (0)