Skip to content

Commit 1dfcb59

Browse files
Update github-actions
1 parent 9763478 commit 1dfcb59

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/docs.yml

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

.github/workflows/lint.yml

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

.github/workflows/stale.yml

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

.github/workflows/test-windows.yml

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

.github/workflows/test.yml

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

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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

0 commit comments

Comments
 (0)