Skip to content

Commit f96c43e

Browse files
committed
ci: bump setup-python to v5
1 parent b7cd8b7 commit f96c43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
node-version: ${{ matrix.node-version }}
5151
- name: Install Python 3.10
52-
uses: actions/setup-python@v4
52+
uses: actions/setup-python@v5
5353
with:
5454
python-version: '3.10'
5555
- name: Check Node.js version
@@ -67,7 +67,7 @@ jobs:
6767
- name: Use Node.js (latest)
6868
run: brew install node
6969
- name: Install Python 3.10
70-
uses: actions/setup-python@v4
70+
uses: actions/setup-python@v5
7171
with:
7272
python-version: '3.10'
7373
- name: Check Node.js version

0 commit comments

Comments
 (0)