Skip to content

Commit a58fc56

Browse files
Update github-actions (#9194)
1 parent eef4848 commit a58fc56

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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"

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)