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 2323 uses : actions/checkout@v4
2424
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.11"
2929 cache : " pip"
Original file line number Diff line number Diff line change 3131 fetch-depth : 0
3232
3333 - name : Set up Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ' 3.11'
3737 cache : ' pip'
Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v4
2626
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ' 3.11'
3131
5757 - name : Checkout
5858 uses : actions/checkout@v4
5959 - name : Set up Python
60- uses : actions/setup-python@v5
60+ uses : actions/setup-python@v6
6161 with :
6262 python-version : ' 3.11'
6363 - name : Install dependencies
Original file line number Diff line number Diff line change 2424 fetch-depth : 0
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ' 3.11'
3030
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v4
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.11'
2020
You can’t perform that action at this time.
0 commit comments