Skip to content

Commit 4efc2a2

Browse files
committed
.github: upgrade to checkout@v4 and setup-python@v5
Long overdue; both where still at @v1! Found by chance in https://github.com/zephyrproject-rtos/west/actions/runs/9275086435/job/25518959121?pr=711 where all macos-latest configs failed like this: ``` Run actions/setup-python@v1 Error: Version 3.8 with arch x64 not found Available versions: (empty) ``` Signed-off-by: Marc Herbert <[email protected]>
1 parent cf18ce8 commit 4efc2a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
python-version: [3.8, 3.9, '3.10']
1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v4
1515
- name: Set up Python
16-
uses: actions/setup-python@v1
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Display Python version

0 commit comments

Comments
 (0)