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 d7f3872 commit e56e8fcCopy full SHA for e56e8fc
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
~/.platformio
97
98
- name: Python
99
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
100
with:
101
python-version: "3.x"
102
.github/workflows/pre-commit.yml
@@ -34,7 +34,7 @@ jobs:
34
GH_TOKEN: ${{ github.token }}
35
36
- name: Set up Python 3
37
38
39
cache-dependency-path: pre-commit.requirements.txt
40
cache: "pip"
.github/workflows/publish-pio-registry.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
0 commit comments