File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3333 - uses : actions/checkout@v4
3434
3535 - name : Set up Python
36- uses : actions/setup-python@v4
36+ uses : actions/setup-python@v5
3737 with :
3838 python-version : " 3.x"
3939 cache : pip
Original file line number Diff line number Diff line change 2828 lint-pre-commit-
2929
3030 - name : Set up Python
31- uses : actions/setup-python@v4
31+ uses : actions/setup-python@v5
3232 with :
3333 python-version : " 3.x"
3434 cache : pip
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : " Check issues"
23- uses : actions/stale@v8
23+ uses : actions/stale@v9
2424 with :
2525 repo-token : ${{ secrets.GITHUB_TOKEN }}
2626 only-labels : " Awaiting OP Action"
Original file line number Diff line number Diff line change 5656
5757 # sets env: pythonLocation
5858 - name : Set up Python
59- uses : actions/setup-python@v4
59+ uses : actions/setup-python@v5
6060 with :
6161 python-version : ${{ matrix.python-version }}
6262 allow-prereleases : true
Original file line number Diff line number Diff line change 6262 - uses : actions/checkout@v4
6363
6464 - name : Set up Python ${{ matrix.python-version }}
65- uses : actions/setup-python@v4
65+ uses : actions/setup-python@v5
6666 with :
6767 python-version : ${{ matrix.python-version }}
6868 allow-prereleases : true
Original file line number Diff line number Diff line change 5858 with :
5959 submodules : true
6060
61- - uses : actions/setup-python@v4
61+ - uses : actions/setup-python@v5
6262 with :
6363 python-version : " 3.x"
6464
@@ -102,7 +102,7 @@ jobs:
102102 repository : python-pillow/test-images
103103 path : Tests\test-images
104104
105- - uses : actions/setup-python@v4
105+ - uses : actions/setup-python@v5
106106 with :
107107 python-version : " 3.x"
108108
@@ -182,7 +182,7 @@ jobs:
182182 - uses : actions/checkout@v4
183183
184184 - name : Set up Python
185- uses : actions/setup-python@v4
185+ uses : actions/setup-python@v5
186186 with :
187187 python-version : " 3.x"
188188 cache : pip
You can’t perform that action at this time.
0 commit comments