File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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 cache : ' pip'
6565 uses : actions/checkout@v5
6666
6767 - name : Set up Python
68- uses : actions/setup-python@v5
68+ uses : actions/setup-python@v6
6969 with :
7070 python-version : " 3.11"
7171 cache : ' pip'
@@ -101,7 +101,7 @@ jobs:
101101 uses : actions/checkout@v5
102102
103103 - name : Set up Python
104- uses : actions/setup-python@v5
104+ uses : actions/setup-python@v6
105105 with :
106106 python-version : " 3.11"
107107 cache : ' pip'
@@ -138,7 +138,7 @@ jobs:
138138 uses : actions/checkout@v5
139139
140140 - name : Set up Python
141- uses : actions/setup-python@v5
141+ uses : actions/setup-python@v6
142142 with :
143143 python-version : " 3.11"
144144
Original file line number Diff line number Diff line change 2525 fetch-depth : 0
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
6363
6464 steps :
6565 - name : Set up Python ${{ matrix.python-version }}
66- uses : actions/setup-python@v5
66+ uses : actions/setup-python@v6
6767 with :
6868 python-version : ${{ matrix.python-version }}
6969
You can’t perform that action at this time.
0 commit comments