File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 fetch-depth : 0
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.11" # minimum supported lang version
2222
3737 fetch-depth : 0
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" # minimum supported lang version
4343
5858 fetch-depth : 0
5959
6060 - name : Set up Python
61- uses : actions/setup-python@v5
61+ uses : actions/setup-python@v6
6262 with :
6363 python-version : " 3.11" # minimum supported lang version
6464
9595 fetch-depth : 0
9696
9797 - name : Set up Python
98- uses : actions/setup-python@v5
98+ uses : actions/setup-python@v6
9999 with :
100100 python-version : " 3.11" # minimum supported lang version
101101
Original file line number Diff line number Diff line change 2323 # with:
2424 # fetch-depth: 0
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 - name : Install dependencies
Original file line number Diff line number Diff line change 2727 uses : actions/checkout@v5
2828
2929 - name : Set up Python ${{ matrix.python-version }}
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333
@@ -122,7 +122,7 @@ jobs:
122122 uses : actions/checkout@v5
123123
124124 - name : Set up Python ${{ matrix.python-version }}
125- uses : actions/setup-python@v5
125+ uses : actions/setup-python@v6
126126 with :
127127 python-version : ${{ matrix.python-version }}
128128
@@ -176,7 +176,7 @@ jobs:
176176 fetch-depth : 0
177177
178178 - name : Set up Python
179- uses : actions/setup-python@v5
179+ uses : actions/setup-python@v6
180180 with :
181181 python-version : 3.12
182182 cache : pip
You can’t perform that action at this time.
0 commit comments