Skip to content

Commit 65cae82

Browse files
committed
fix action
Signed-off-by: Anas Nashif <[email protected]>
1 parent 2606505 commit 65cae82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/assigner-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
exit 1
6060
6161
- name: Set up Python
62-
uses: zephyrproject-rtos/action-python-setup@main
62+
uses: zephyrproject-rtos/action-python-env@main
6363
with:
6464
python-version: 3.12
6565

.github/workflows/assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: Set up Python
37-
uses: zephyrproject-rtos/action-python-setup@main
37+
uses: zephyrproject-rtos/action-python-env@main
3838
with:
3939
python-version: 3.12
4040

0 commit comments

Comments
 (0)