Skip to content

Commit 7fa3a9f

Browse files
Update .github/workflows/build-and-test.yaml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 94cc327 commit 7fa3a9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,9 @@ jobs:
154154
- uses: actions/checkout@v4
155155

156156
- name: Set up Python ${{ matrix.python-version }}
157-
uses: actions/setup-python@v4
157+
uses: actions/setup-python@v5
158158
with:
159159
python-version: ${{ matrix.python-version }}
160-
161160
- name: Install Python dependencies and build
162161
run: |
163162
python -m pip install --upgrade pip setuptools pyinstaller

0 commit comments

Comments
 (0)