Skip to content

Commit 56a8aef

Browse files
authored
Merge pull request #29 from tuna2134/renovate/actions-setup-python-5.x
chore(deps): update actions/setup-python action to v5
2 parents ae1fc25 + 6e2d8f1 commit 56a8aef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: actions/setup-python@v4
29+
- uses: actions/setup-python@v5
3030
with:
3131
python-version: '3.10'
3232
- name: Build wheels
@@ -49,7 +49,7 @@ jobs:
4949
target: [x64, x86]
5050
steps:
5151
- uses: actions/checkout@v4
52-
- uses: actions/setup-python@v4
52+
- uses: actions/setup-python@v5
5353
with:
5454
python-version: '3.10'
5555
architecture: ${{ matrix.target }}
@@ -72,7 +72,7 @@ jobs:
7272
target: [x86_64, aarch64]
7373
steps:
7474
- uses: actions/checkout@v4
75-
- uses: actions/setup-python@v4
75+
- uses: actions/setup-python@v5
7676
with:
7777
python-version: '3.10'
7878
- name: Build wheels

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
1515
- name: Setup Python
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.10'
1919
- name: Install requirements

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2121
- name: Set up Python 3.10
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: "3.10"
2525
- uses: actions/cache@v3

0 commit comments

Comments
 (0)