File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v7.0.0
1919 - name : Set up Python
20- uses : actions/setup-python@v6.3 .0
20+ uses : actions/setup-python@v7.0 .0
2121 with :
2222 python-version : ${{ matrix.python }}
2323
7676 steps :
7777 - uses : actions/checkout@v7.0.0
7878 - name : Set up Python
79- uses : actions/setup-python@v6.3 .0
79+ uses : actions/setup-python@v7.0 .0
8080 with :
8181 python-version : " 3.11"
8282
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest
111111 steps :
112112 - uses : actions/checkout@v7.0.0
113- - uses : actions/setup-python@v6
113+ - uses : actions/setup-python@v7
114114 with :
115115 python-version : " 3.12"
116116 - name : Download coverage reports
@@ -161,7 +161,7 @@ jobs:
161161 steps :
162162 - uses : actions/checkout@v7.0.0
163163 - name : Set up Python
164- uses : actions/setup-python@v6.3 .0
164+ uses : actions/setup-python@v7.0 .0
165165 with :
166166 python-version : " 3.11"
167167 - name : Get Python Version
You can’t perform that action at this time.
0 commit comments