Skip to content

Commit 62427d2

Browse files
authored
Use setup-python@v5 (#1981)
1 parent ff46761 commit 62427d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- uses: "actions/checkout@v4"
22-
- uses: "actions/setup-python@v4"
22+
- uses: "actions/setup-python@v5"
2323
with:
2424
python-version: "${{ matrix.python-version }}"
2525
- name: "Install dependencies"
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- uses: "actions/checkout@v4"
46-
- uses: "actions/setup-python@v4"
46+
- uses: "actions/setup-python@v5"
4747
with:
4848
python-version: "${{ matrix.python-version }}"
4949
- name: "Install dependencies"

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@master
1616

1717
- name: Setup python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: "3.x"
2121

0 commit comments

Comments
 (0)