File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@v7
3232
3333 - name : Set up Python 3.12
34- uses : actions/setup-python@v6
34+ uses : actions/setup-python@v7
3535 with :
3636 python-version : " 3.12"
3737
@@ -122,7 +122,7 @@ jobs:
122122 - uses : actions/checkout@v7
123123
124124 - name : Set up Python 3.12
125- uses : actions/setup-python@v6
125+ uses : actions/setup-python@v7
126126 with :
127127 python-version : " 3.12"
128128
@@ -561,7 +561,7 @@ jobs:
561561 steps :
562562 - uses : actions/checkout@v7
563563
564- - uses : actions/setup-python@v6
564+ - uses : actions/setup-python@v7
565565 with :
566566 python-version : " 3.12"
567567
Original file line number Diff line number Diff line change 2020 timeout-minutes : 3
2121 steps :
2222 - uses : actions/checkout@v7
23- - uses : actions/setup-python@v6
23+ - uses : actions/setup-python@v7
2424 with :
2525 python-version : " 3.12"
2626
You can’t perform that action at this time.
0 commit comments