We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334b1ee commit 948334aCopy full SHA for 948334a
.github/workflows/build-test-python.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ${{ matrix.os }}
23
steps:
24
- name: Setup Python ${{ matrix.python-version }}
25
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
26
with:
27
python-version: ${{ matrix.python-version }}
28
.github/workflows/build-test-zephyr.yml
@@ -25,7 +25,7 @@ jobs:
29
30
31
0 commit comments