Skip to content

Commit c41a300

Browse files
authored
Merge branch 'main' into dev
2 parents 618d481 + 0b925e5 commit c41a300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030

3131
steps:
3232
- name: Checkout main
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v4
3434

3535
- name: Set up Python
36-
uses: actions/setup-python@v2
36+
uses: actions/setup-python@v5
3737
with:
3838
python-version: '3.x'
3939

0 commit comments

Comments
 (0)