8000 update actions/setup-python@v5 · MarshalX/python-webrtc@420a1ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 420a1ce

Browse files
authored
update actions/setup-python@v5
1 parent 5945207 commit 420a1ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
submodules: recursive
2020

2121
- name: Setup Python.
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.10
24+
python-version: '3.10'
2525

2626
- name: Build.
2727
run: |

0 commit comments

Comments
 (0)
0