Skip to content

Commit 323b03b

Browse files
committed
ci: update setup-python action to v5
1 parent 158b472 commit 323b03b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Set up Python
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: '3.11'
2222

@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- uses: actions/checkout@v4
7676
- name: Set up Python ${{ matrix.python-version }}
77-
uses: actions/setup-python@v4
77+
uses: actions/setup-python@v5
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080

@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- uses: actions/checkout@v4
9494
- name: Set up Python
95-
uses: actions/setup-python@v4
95+
uses: actions/setup-python@v5
9696
with:
9797
python-version: '3.11'
9898
- name: Install dependencies
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
- uses: actions/checkout@v4
111111
- name: Set up Python
112-
uses: actions/setup-python@v4
112+
uses: actions/setup-python@v5
113113
with:
114114
python-version: '3.11'
115115
- name: Install dependencies

0 commit comments

Comments
 (0)