File tree Expand file tree Collapse file tree 11 files changed +183
-183
lines changed
Expand file tree Collapse file tree 11 files changed +183
-183
lines changed Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Check out 2026-January
21- uses : actions/checkout@v6.0.1
21+ uses : actions/checkout@v6.0.2
2222 with :
2323 ref : 2026-January
2424
Original file line number Diff line number Diff line change @@ -180,18 +180,18 @@ jobs:
180180
181181 steps :
182182 - name : Check out the PR
183- uses : actions/checkout@v6.0.1
183+ uses : actions/checkout@v6.0.2
184184
185185 - name : Cache pip
186- uses : actions/cache@v5.0.1
186+ uses : actions/cache@v5.0.2
187187 with :
188188 path : ~/.cache/pip
189189 key : ${{ runner.os }}-pip-build-v1-${{ hashFiles('**/requirements.txt') }}
190190 restore-keys : |
191191 ${{ runner.os }}-pip-build-v1-
192192
193193 - name : Cache PlatformIO
194- uses : actions/cache@v5.0.1
194+ uses : actions/cache@v5.0.2
195195 with :
196196 path : |
197197 ~/.platformio
@@ -202,7 +202,7 @@ jobs:
202202 ${{ runner.os }}-pio-build-v1-
203203
204204 - name : Select Python 3.13
205- uses : actions/setup-python@v6.1 .0
205+ uses : actions/setup-python@v6.2 .0
206206 with :
207207 python-version : " 3.13"
208208 architecture : " x64"
Original file line number Diff line number Diff line change @@ -48,18 +48,18 @@ jobs:
4848
4949 steps :
5050 - name : Check out the PR
51- uses : actions/checkout@v6.0.1
51+ uses : actions/checkout@v6.0.2
5252
5353 - name : Cache pip
54- uses : actions/cache@v5.0.1
54+ uses : actions/cache@v5.0.2
5555 with :
5656 path : ~/.cache/pip
5757 key : ${{ runner.os }}-pip-unit-v1-${{ hashFiles('**/requirements.txt') }}
5858 restore-keys : |
5959 ${{ runner.os }}-pip-unit-v1-
6060
6161 - name : Cache PlatformIO
62- uses : actions/cache@v5.0.1
62+ uses : actions/cache@v5.0.2
6363 with :
6464 path : |
6565 ~/.platformio
7070 ${{ runner.os }}-pio-tests-v1-
7171
7272 - name : Select Python 3.13
73- uses : actions/setup-python@v6.1 .0
73+ uses : actions/setup-python@v6.2 .0
7474 with :
7575 python-version : " 3.13"
7676 architecture : " x64"
Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ jobs:
2727
2828 steps :
2929 - name : Check out the PR
30- uses : actions/checkout@v6.0.1
30+ uses : actions/checkout@v6.0.2
3131
3232 - name : Cache pip
33- uses : actions/cache@v5.0.1
33+ uses : actions/cache@v5.0.2
3434 with :
3535 path : ~/.cache/pip
3636 key : ${{ runner.os }}-pip-validation-v1-${{ hashFiles('**/requirements.txt') }}
3737 restore-keys : |
3838 ${{ runner.os }}-pip-validation-v1-
3939
4040 - name : Select Python 3.13
41- uses : actions/setup-python@v6.1 .0
41+ uses : actions/setup-python@v6.2 .0
4242 with :
4343 python-version : " 3.13"
4444 architecture : " x64"
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222
2323 steps :
2424 - name : Check out the PR
25- uses : actions/checkout@v6.0.1
25+ uses : actions/checkout@v6.0.2
2626
2727 - name : Cache node_modules
28- uses : actions/cache@v5.0.1
28+ uses : actions/cache@v5.0.2
2929 with :
3030 path : node_modules
3131 key : ${{ runner.os }}-npm-lines-v1-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ jobs:
3030
3131 steps :
3232 - name : Check out the PR
33- uses : actions/checkout@v6.0.1
33+ uses : actions/checkout@v6.0.2
3434
3535 - name : Cache pip
36- uses : actions/cache@v5.0.1
36+ uses : actions/cache@v5.0.2
3737 with :
3838 path : ~/.cache/pip
3939 key : ${{ runner.os }}-pip-validation-v1-${{ hashFiles('**/requirements.txt') }}
4040 restore-keys : |
4141 ${{ runner.os }}-pip-validation-v1-
4242
4343 - name : Select Python 3.13
44- uses : actions/setup-python@v6.1 .0
44+ uses : actions/setup-python@v6.2 .0
4545 with :
4646 python-version : " 3.13"
4747 architecture : " x64"
Original file line number Diff line number Diff line change 3333 - " Needs: Work"
3434
3535 steps :
36- - uses : actions/checkout@v6.0.1
36+ - uses : actions/checkout@v6.0.2
3737 - name : Remove Labels
3838 uses : actions-ecosystem/action-remove-labels@v1.3.0
3939 with :
You can’t perform that action at this time.
0 commit comments