Skip to content

Commit 153dc66

Browse files
committed
Set actions/setup-python to v5.1.0
1 parent 3b0ffd9 commit 153dc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216

217217
- name: Setup Python ${{ matrix.pyver }}
218218
id: python-install
219-
uses: actions/setup-python@v5
219+
uses: actions/setup-python@v5.1.0
220220
with:
221221
python-version: ${{ matrix.pyver }}
222222
allow-prereleases: true

0 commit comments

Comments
 (0)