This repository was archived by the owner on Sep 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ kind : " Dependencies"
2+ body : " Bump actions/setup-python from 4 to 5"
3+ time : 2024-04-12T15:53:54.00000Z
4+ custom :
5+ Author : dependabot[bot]
6+ PR : 1182
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 ref : ${{ github.event.pull_request.head.sha }}
158158
159159 - name : Set up Python ${{ matrix.python-version }}
160- uses : actions/setup-python@v4
160+ uses : actions/setup-python@v5
161161 with :
162162 python-version : ${{ matrix.python-version }}
163163
@@ -237,7 +237,7 @@ jobs:
237237 ref : ${{ github.event.pull_request.head.sha }}
238238
239239 - name : Set up Python 3.8
240- uses : actions/setup-python@v4
240+ uses : actions/setup-python@v5
241241 with :
242242 python-version : " 3.8"
243243
Original file line number Diff line number Diff line change 4848 persist-credentials : false
4949
5050 - name : Set up Python
51- uses : actions/setup-python@v4
51+ uses : actions/setup-python@v5
5252 with :
5353 python-version : ' 3.8'
5454
8484 persist-credentials : false
8585
8686 - name : Set up Python ${{ matrix.python-version }}
87- uses : actions/setup-python@v4
87+ uses : actions/setup-python@v5
8888 with :
8989 python-version : ${{ matrix.python-version }}
9090
@@ -125,7 +125,7 @@ jobs:
125125 persist-credentials : false
126126
127127 - name : Set up Python
128- uses : actions/setup-python@v4
128+ uses : actions/setup-python@v5
129129 with :
130130 python-version : ' 3.8'
131131
@@ -178,7 +178,7 @@ jobs:
178178
179179 steps :
180180 - name : Set up Python ${{ matrix.python-version }}
181- uses : actions/setup-python@v4
181+ uses : actions/setup-python@v5
182182 with :
183183 python-version : ${{ matrix.python-version }}
184184 - name : Install python dependencies
You can’t perform that action at this time.
0 commit comments