File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v5
20- - uses : actions/setup-python@v5
20+ - uses : actions/setup-python@v6
2121 with :
2222 python-version : 3.13
2323 - name : ' Install dependencies'
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v5
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : 3.13
1717 - name : ' Install dependencies'
Original file line number Diff line number Diff line change 3939 uses : actions/checkout@v5
4040
4141 - name : Set up Python
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : ' 3.13'
4545
Original file line number Diff line number Diff line change 3939 uses : actions/checkout@v5
4040
4141 - name : Set up Python
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : ' 3.13'
4545
Original file line number Diff line number Diff line change 3737 uses : actions/checkout@v5
3838
3939 - name : Set up Python
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ' 3.11'
4343
@@ -149,7 +149,7 @@ jobs:
149149 uses : actions/checkout@v5
150150
151151 - name : Set up Python
152- uses : actions/setup-python@v5
152+ uses : actions/setup-python@v6
153153 with :
154154 python-version : ' 3.11'
155155
You can’t perform that action at this time.
0 commit comments