Skip to content

Commit f18127c

Browse files
committed
Update setup-python to v5
1 parent 790f2d2 commit f18127c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/job.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ jobs:
368368
py_cmd: python
369369
steps:
370370
- name: Install Python
371-
uses: actions/setup-python@v4
371+
uses: actions/setup-python@v5
372372
with:
373373
python-version: ${{ matrix.python }}
374374
architecture: 'x64'
@@ -410,7 +410,7 @@ jobs:
410410
lab: '>=4.1.0,<5'
411411
steps:
412412
- name: Install Python
413-
uses: actions/setup-python@v4
413+
uses: actions/setup-python@v5
414414
with:
415415
python-version: ${{ matrix.python }}
416416
architecture: 'x64'

0 commit comments

Comments
 (0)