Skip to content

Commit 6ed0fe0

Browse files
committed
workflows: bump action versions
No breaking changes. Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent a3fc1da commit 6ed0fe0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/python.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
docs-base: ${{ steps.paths.outputs.docs }}
2323
steps:
2424
- name: Check out repo
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: Set up Python
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: '3.13'
3030
- name: Run pre-commit hooks
@@ -52,10 +52,10 @@ jobs:
5252
sdist: sdist
5353
steps:
5454
- name: Check out repo
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
- name: Set up Python ${{ matrix.python-version }}
5757
if: matrix.upstream-python == null
58-
uses: actions/setup-python@v5
58+
uses: actions/setup-python@v6
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
- name: Set up Python ${{ matrix.python-version }} (macOS fallback)
@@ -162,9 +162,9 @@ jobs:
162162
openslide: [zip, wheel]
163163
steps:
164164
- name: Check out repo
165-
uses: actions/checkout@v4
165+
uses: actions/checkout@v5
166166
- name: Set up Python ${{ matrix.python-version }}
167-
uses: actions/setup-python@v5
167+
uses: actions/setup-python@v6
168168
with:
169169
python-version: ${{ matrix.python-version }}
170170
- name: Install Python tools
@@ -234,7 +234,7 @@ jobs:
234234
git libopenslide0 python3-jinja2 python3-pil python3-pip
235235
pip install pytest
236236
- name: Check out repo
237-
uses: actions/checkout@v4
237+
uses: actions/checkout@v5
238238
- name: Install OpenSlide Python
239239
run: python3 setup.py install
240240
- name: Run tests
@@ -248,9 +248,9 @@ jobs:
248248
runs-on: ubuntu-latest
249249
steps:
250250
- name: Check out repo
251-
uses: actions/checkout@v4
251+
uses: actions/checkout@v5
252252
- name: Set up Python
253-
uses: actions/setup-python@v5
253+
uses: actions/setup-python@v6
254254
with:
255255
python-version: '3.13'
256256
- name: Install Python tools
@@ -279,7 +279,7 @@ jobs:
279279
id-token: write
280280
steps:
281281
- name: Download artifacts
282-
uses: actions/download-artifact@v4
282+
uses: actions/download-artifact@v5
283283
with:
284284
pattern: "${{ needs.pre-commit.outputs.dist-base }}-*"
285285
merge-multiple: true

0 commit comments

Comments
 (0)