Skip to content

Commit 7d94f4c

Browse files
authored
Merge pull request #28 from ioos/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 11a8707 + a52a958 commit 7d94f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.x"
2222

0 commit comments

Comments
 (0)