Skip to content

Commit dfd765c

Browse files
ci: update setup-python action
1 parent 4965912 commit dfd765c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
git fetch --prune --unshallow
7070
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
7171
- name: Set up Python ${{ matrix.python-version }}
72-
uses: actions/setup-python@v5
72+
uses: actions/setup-python@v6
7373
with:
7474
python-version: ${{ matrix.python-version }}
7575
cache: 'pip'

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git fetch --prune --unshallow
2828
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2929
- name: Set up Python
30-
uses: actions/setup-python@v5
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: '3.11'
3333
cache: 'pip'

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
git fetch --prune --unshallow
2020
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121
- name: Setup Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.x'
2525
- name: Build sdist
@@ -54,7 +54,7 @@ jobs:
5454
git fetch --prune --unshallow
5555
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
5656
- name: Setup Python
57-
uses: actions/setup-python@v5
57+
uses: actions/setup-python@v6
5858
with:
5959
python-version: '3.11'
6060
- name: Install cibuildwheel

0 commit comments

Comments
 (0)