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 c8dfb76 commit c0efdaeCopy full SHA for c0efdae
.github/workflows/config.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
show-progress: false
15
- name: Setup Python
16
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
17
18
python-version: 3.x
19
- run: pip install cpplint
@@ -32,7 +32,7 @@ jobs:
32
git config --global credential.helper store
33
echo "https://oauth2:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials
34
35
36
37
38
- name: Install Platform IO
0 commit comments