File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 - name : Checkout
102102 uses : actions/checkout@v7
103103 - name : Python
104- uses : actions/setup-python@v6
104+ uses : actions/setup-python@v7
105105 with :
106106 python-version : " 3.13"
107107 - name : Install uv
@@ -141,7 +141,7 @@ jobs:
141141 - name : Checkout
142142 uses : actions/checkout@v7
143143 - name : Python
144- uses : actions/setup-python@v6
144+ uses : actions/setup-python@v7
145145 with :
146146 python-version : " 3.13"
147147 - name : Install uv
@@ -180,7 +180,7 @@ jobs:
180180 - name : Checkout
181181 uses : actions/checkout@v7
182182 - name : Python
183- uses : actions/setup-python@v6
183+ uses : actions/setup-python@v7
184184 with :
185185 python-version : " 3.13"
186186 - name : Install uv
Original file line number Diff line number Diff line change 6868 - name : Checkout
6969 uses : actions/checkout@v7
7070 - name : Python
71- uses : actions/setup-python@v6
71+ uses : actions/setup-python@v7
7272 with :
7373 python-version : " 3.13"
7474 - name : Install uv
Original file line number Diff line number Diff line change 3737 - name : Checkout
3838 uses : actions/checkout@v7
3939 - name : Python
40- uses : actions/setup-python@v6
40+ uses : actions/setup-python@v7
4141 with :
4242 python-version : " 3.13"
4343 - name : Install uv
Original file line number Diff line number Diff line change 7575 - name : Checkout
7676 uses : actions/checkout@v7
7777 - name : Python
78- uses : actions/setup-python@v6
78+ uses : actions/setup-python@v7
7979 with :
8080 python-version : " 3.13"
8181 - name : Install uv
Original file line number Diff line number Diff line change 3737 path : ~/.cache/pip
3838
3939 - name : Pyhton
40- uses : actions/setup-python@v6
40+ uses : actions/setup-python@v7
4141 with :
4242 python-version : " 3.13"
4343
Original file line number Diff line number Diff line change 3434 GH_TOKEN : ${{ github.token }}
3535
3636 - name : Set up Python 3
37- uses : actions/setup-python@v6
37+ uses : actions/setup-python@v7
3838 with :
3939 cache-dependency-path : pre-commit.requirements.txt
4040 cache : " pip"
Original file line number Diff line number Diff line change 4747 # ~/.platformio
4848
4949 - name : Python
50- uses : actions/setup-python@v6
50+ uses : actions/setup-python@v7
5151 with :
5252 python-version : " 3.13"
5353
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v7
16- - uses : actions/setup-python@v6
16+ - uses : actions/setup-python@v7
1717 with :
1818 python-version : 3.x
1919 - run : pip install mkdocs-material
You can’t perform that action at this time.
0 commit comments