File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 - name : " Checkout code"
4242 uses : actions/checkout@v4
4343 - name : " Set up Python"
44- uses : actions/setup-python@v4
44+ uses : actions/setup-python@v5
4545 with :
4646 python-version : ' 3.13'
4747 - name : " Run unit test suite"
5858 - name : " Checkout code"
5959 uses : actions/checkout@v4
6060 - name : " Set up Python"
61- uses : actions/setup-python@v4
61+ uses : actions/setup-python@v5
6262 with :
6363 python-version : ' 3.13'
6464 - name : " Run linting"
7676 - name : " Checkout code"
7777 uses : actions/checkout@v4
7878 - name : " Set up Python"
79- uses : actions/setup-python@v4
79+ uses : actions/setup-python@v5
8080 with :
8181 python-version : ' 3.13'
8282 - name : " Run test coverage check"
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 - name : " Checkout code"
115115 uses : actions/checkout@v4
116116 - name : " Set up Python"
117- uses : actions/setup-python@v4
117+ uses : actions/setup-python@v5
118118 with :
119119 python-version : ' 3.13'
120120 - name : " Run integration test"
You can’t perform that action at this time.
0 commit comments