Skip to content

Commit d2628fc

Browse files
authored
Merge pull request #19 from umr-lops/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents a9d6a1c + 59cc8e5 commit d2628fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.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@v4
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)