File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 persist-credentials : false
3838
3939 - name : Set up Python
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : " 3.x"
4343 cache : pip
Original file line number Diff line number Diff line change 3333 lint-pre-commit-
3434
3535 - name : Set up Python
36- uses : actions/setup-python@v5
36+ uses : actions/setup-python@v6
3737 with :
3838 python-version : " 3.x"
3939 cache : pip
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : " Check issues"
25- uses : actions/stale@v9
25+ uses : actions/stale@v10
2626 with :
2727 repo-token : ${{ secrets.GITHUB_TOKEN }}
2828 only-labels : " Awaiting OP Action"
Original file line number Diff line number Diff line change 6767
6868 # sets env: pythonLocation
6969 - name : Set up Python
70- uses : actions/setup-python@v5
70+ uses : actions/setup-python@v6
7171 with :
7272 python-version : ${{ matrix.python-version }}
7373 allow-prereleases : true
Original file line number Diff line number Diff line change 7070 persist-credentials : false
7171
7272 - name : Set up Python ${{ matrix.python-version }}
73- uses : actions/setup-python@v5
73+ uses : actions/setup-python@v6
7474 with :
7575 python-version : ${{ matrix.python-version }}
7676 allow-prereleases : true
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 persist-credentials : false
112112 submodules : true
113113
114- - uses : actions/setup-python@v5
114+ - uses : actions/setup-python@v6
115115 with :
116116 python-version : " 3.x"
117117
@@ -164,7 +164,7 @@ jobs:
164164 repository : python-pillow/test-images
165165 path : Tests\test-images
166166
167- - uses : actions/setup-python@v5
167+ - uses : actions/setup-python@v6
168168 with :
169169 python-version : " 3.x"
170170
@@ -239,7 +239,7 @@ jobs:
239239 persist-credentials : false
240240
241241 - name : Set up Python
242- uses : actions/setup-python@v5
242+ uses : actions/setup-python@v6
243243 with :
244244 python-version : " 3.x"
245245
You can’t perform that action at this time.
0 commit comments