Skip to content

Commit b8e8036

Browse files
Update - GH Actions: Bump the github-actions-all group with 2 updates (#243)
Bumps the github-actions-all group with 2 updates: [actions/cache](https://github.com/actions/cache) and [dessant/lock-threads](https://github.com/dessant/lock-threads). Updates `actions/cache` from 4.3.0 to 5.0.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.1) Updates `dessant/lock-threads` from 5.0.1 to 6.0.0 - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md) - [Commits](dessant/lock-threads@v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: dessant/lock-threads dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7c200f commit b8e8036

10 files changed

+74
-74
lines changed

.github/workflows/ci-build-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,15 +183,15 @@ jobs:
183183
uses: actions/checkout@v6.0.1
184184

185185
- name: Cache pip
186-
uses: actions/cache@v4.3.0
186+
uses: actions/cache@v5.0.1
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@v4.3.0
194+
uses: actions/cache@v5.0.1
195195
with:
196196
path: |
197197
~/.platformio

.github/workflows/ci-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
uses: actions/checkout@v6.0.1
5252

5353
- name: Cache pip
54-
uses: actions/cache@v4.3.0
54+
uses: actions/cache@v5.0.1
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@v4.3.0
62+
uses: actions/cache@v5.0.1
6363
with:
6464
path: |
6565
~/.platformio

.github/workflows/ci-validate-boards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v6.0.1
3131

3232
- name: Cache pip
33-
uses: actions/cache@v4.3.0
33+
uses: actions/cache@v5.0.1
3434
with:
3535
path: ~/.cache/pip
3636
key: ${{ runner.os }}-pip-validation-v1-${{ hashFiles('**/requirements.txt') }}

.github/workflows/ci-validate-lines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v6.0.1
2626

2727
- name: Cache node_modules
28-
uses: actions/cache@v4.3.0
28+
uses: actions/cache@v5.0.1
2929
with:
3030
path: node_modules
3131
key: ${{ runner.os }}-npm-lines-v1-${{ hashFiles('**/package-lock.json') }}

.github/workflows/ci-validate-pins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v6.0.1
3434

3535
- name: Cache pip
36-
uses: actions/cache@v4.3.0
36+
uses: actions/cache@v5.0.1
3737
with:
3838
path: ~/.cache/pip
3939
key: ${{ runner.os }}-pip-validation-v1-${{ hashFiles('**/requirements.txt') }}

.github/workflows/compile-configs.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
with:
2626
node-version: 20
2727
- name: Cache pip
28-
uses: actions/cache@v4.3.0
28+
uses: actions/cache@v5.0.1
2929
with:
3030
path: ~/.cache/pip
3131
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
3232
restore-keys: |
3333
${{ runner.os }}-pip-
3434
- name: Cache PlatformIO
35-
uses: actions/cache@v4.3.0
35+
uses: actions/cache@v5.0.1
3636
with:
3737
path: ~/.platformio
3838
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -101,14 +101,14 @@ jobs:
101101
with:
102102
node-version: 20
103103
- name: Cache pip
104-
uses: actions/cache@v4.3.0
104+
uses: actions/cache@v5.0.1
105105
with:
106106
path: ~/.cache/pip
107107
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
108108
restore-keys: |
109109
${{ runner.os }}-pip-
110110
- name: Cache PlatformIO
111-
uses: actions/cache@v4.3.0
111+
uses: actions/cache@v5.0.1
112112
with:
113113
path: ~/.platformio
114114
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -195,14 +195,14 @@ jobs:
195195
with:
196196
node-version: 20
197197
- name: Cache pip
198-
uses: actions/cache@v4.3.0
198+
uses: actions/cache@v5.0.1
199199
with:
200200
path: ~/.cache/pip
201201
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
202202
restore-keys: |
203203
${{ runner.os }}-pip-
204204
- name: Cache PlatformIO
205-
uses: actions/cache@v4.3.0
205+
uses: actions/cache@v5.0.1
206206
with:
207207
path: ~/.platformio
208208
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -321,14 +321,14 @@ jobs:
321321
with:
322322
node-version: 20
323323
- name: Cache pip
324-
uses: actions/cache@v4.3.0
324+
uses: actions/cache@v5.0.1
325325
with:
326326
path: ~/.cache/pip
327327
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
328328
restore-keys: |
329329
${{ runner.os }}-pip-
330330
- name: Cache PlatformIO
331-
uses: actions/cache@v4.3.0
331+
uses: actions/cache@v5.0.1
332332
with:
333333
path: ~/.platformio
334334
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -454,14 +454,14 @@ jobs:
454454
with:
455455
node-version: 20
456456
- name: Cache pip
457-
uses: actions/cache@v4.3.0
457+
uses: actions/cache@v5.0.1
458458
with:
459459
path: ~/.cache/pip
460460
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
461461
restore-keys: |
462462
${{ runner.os }}-pip-
463463
- name: Cache PlatformIO
464-
uses: actions/cache@v4.3.0
464+
uses: actions/cache@v5.0.1
465465
with:
466466
path: ~/.platformio
467467
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -587,14 +587,14 @@ jobs:
587587
with:
588588
node-version: 20
589589
- name: Cache pip
590-
uses: actions/cache@v4.3.0
590+
uses: actions/cache@v5.0.1
591591
with:
592592
path: ~/.cache/pip
593593
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
594594
restore-keys: |
595595
${{ runner.os }}-pip-
596596
- name: Cache PlatformIO
597-
uses: actions/cache@v4.3.0
597+
uses: actions/cache@v5.0.1
598598
with:
599599
path: ~/.platformio
600600
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -685,14 +685,14 @@ jobs:
685685
with:
686686
node-version: 20
687687
- name: Cache pip
688-
uses: actions/cache@v4.3.0
688+
uses: actions/cache@v5.0.1
689689
with:
690690
path: ~/.cache/pip
691691
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
692692
restore-keys: |
693693
${{ runner.os }}-pip-
694694
- name: Cache PlatformIO
695-
uses: actions/cache@v4.3.0
695+
uses: actions/cache@v5.0.1
696696
with:
697697
path: ~/.platformio
698698
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -762,14 +762,14 @@ jobs:
762762
with:
763763
node-version: 20
764764
- name: Cache pip
765-
uses: actions/cache@v4.3.0
765+
uses: actions/cache@v5.0.1
766766
with:
767767
path: ~/.cache/pip
768768
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
769769
restore-keys: |
770770
${{ runner.os }}-pip-
771771
- name: Cache PlatformIO
772-
uses: actions/cache@v4.3.0
772+
uses: actions/cache@v5.0.1
773773
with:
774774
path: ~/.platformio
775775
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -857,14 +857,14 @@ jobs:
857857
with:
858858
node-version: 20
859859
- name: Cache pip
860-
uses: actions/cache@v4.3.0
860+
uses: actions/cache@v5.0.1
861861
with:
862862
path: ~/.cache/pip
863863
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
864864
restore-keys: |
865865
${{ runner.os }}-pip-
866866
- name: Cache PlatformIO
867-
uses: actions/cache@v4.3.0
867+
uses: actions/cache@v5.0.1
868868
with:
869869
path: ~/.platformio
870870
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -975,14 +975,14 @@ jobs:
975975
with:
976976
node-version: 20
977977
- name: Cache pip
978-
uses: actions/cache@v4.3.0
978+
uses: actions/cache@v5.0.1
979979
with:
980980
path: ~/.cache/pip
981981
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
982982
restore-keys: |
983983
${{ runner.os }}-pip-
984984
- name: Cache PlatformIO
985-
uses: actions/cache@v4.3.0
985+
uses: actions/cache@v5.0.1
986986
with:
987987
path: ~/.platformio
988988
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

.github/workflows/compile-configs_C2.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
with:
2727
node-version: 20
2828
- name: Cache pip
29-
uses: actions/cache@v4.3.0
29+
uses: actions/cache@v5.0.1
3030
with:
3131
path: ~/.cache/pip
3232
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
3333
restore-keys: |
3434
${{ runner.os }}-pip-
3535
- name: Cache PlatformIO
36-
uses: actions/cache@v4.3.0
36+
uses: actions/cache@v5.0.1
3737
with:
3838
path: ~/.platformio
3939
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -116,14 +116,14 @@ jobs:
116116
with:
117117
node-version: 20
118118
- name: Cache pip
119-
uses: actions/cache@v4.3.0
119+
uses: actions/cache@v5.0.1
120120
with:
121121
path: ~/.cache/pip
122122
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
123123
restore-keys: |
124124
${{ runner.os }}-pip-
125125
- name: Cache PlatformIO
126-
uses: actions/cache@v4.3.0
126+
uses: actions/cache@v5.0.1
127127
with:
128128
path: ~/.platformio
129129
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -202,14 +202,14 @@ jobs:
202202
with:
203203
node-version: 20
204204
- name: Cache pip
205-
uses: actions/cache@v4.3.0
205+
uses: actions/cache@v5.0.1
206206
with:
207207
path: ~/.cache/pip
208208
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
209209
restore-keys: |
210210
${{ runner.os }}-pip-
211211
- name: Cache PlatformIO
212-
uses: actions/cache@v4.3.0
212+
uses: actions/cache@v5.0.1
213213
with:
214214
path: ~/.platformio
215215
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -300,14 +300,14 @@ jobs:
300300
with:
301301
node-version: 20
302302
- name: Cache pip
303-
uses: actions/cache@v4.3.0
303+
uses: actions/cache@v5.0.1
304304
with:
305305
path: ~/.cache/pip
306306
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
307307
restore-keys: |
308308
${{ runner.os }}-pip-
309309
- name: Cache PlatformIO
310-
uses: actions/cache@v4.3.0
310+
uses: actions/cache@v5.0.1
311311
with:
312312
path: ~/.platformio
313313
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -423,14 +423,14 @@ jobs:
423423
with:
424424
node-version: 20
425425
- name: Cache pip
426-
uses: actions/cache@v4.3.0
426+
uses: actions/cache@v5.0.1
427427
with:
428428
path: ~/.cache/pip
429429
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
430430
restore-keys: |
431431
${{ runner.os }}-pip-
432432
- name: Cache PlatformIO
433-
uses: actions/cache@v4.3.0
433+
uses: actions/cache@v5.0.1
434434
with:
435435
path: ~/.platformio
436436
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

.github/workflows/compile-configs_HC32.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
with:
2626
node-version: 20
2727
- name: Cache pip
28-
uses: actions/cache@v4.3.0
28+
uses: actions/cache@v5.0.1
2929
with:
3030
path: ~/.cache/pip
3131
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
3232
restore-keys: |
3333
${{ runner.os }}-pip-
3434
- name: Cache PlatformIO
35-
uses: actions/cache@v4.3.0
35+
uses: actions/cache@v5.0.1
3636
with:
3737
path: ~/.platformio
3838
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -104,14 +104,14 @@ jobs:
104104
with:
105105
node-version: 20
106106
- name: Cache pip
107-
uses: actions/cache@v4.3.0
107+
uses: actions/cache@v5.0.1
108108
with:
109109
path: ~/.cache/pip
110110
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
111111
restore-keys: |
112112
${{ runner.os }}-pip-
113113
- name: Cache PlatformIO
114-
uses: actions/cache@v4.3.0
114+
uses: actions/cache@v5.0.1
115115
with:
116116
path: ~/.platformio
117117
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -203,14 +203,14 @@ jobs:
203203
with:
204204
node-version: 20
205205
- name: Cache pip
206-
uses: actions/cache@v4.3.0
206+
uses: actions/cache@v5.0.1
207207
with:
208208
path: ~/.cache/pip
209209
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
210210
restore-keys: |
211211
${{ runner.os }}-pip-
212212
- name: Cache PlatformIO
213-
uses: actions/cache@v4.3.0
213+
uses: actions/cache@v5.0.1
214214
with:
215215
path: ~/.platformio
216216
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -321,14 +321,14 @@ jobs:
321321
with:
322322
node-version: 20
323323
- name: Cache pip
324-
uses: actions/cache@v4.3.0
324+
uses: actions/cache@v5.0.1
325325
with:
326326
path: ~/.cache/pip
327327
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
328328
restore-keys: |
329329
${{ runner.os }}-pip-
330330
- name: Cache PlatformIO
331-
uses: actions/cache@v4.3.0
331+
uses: actions/cache@v5.0.1
332332
with:
333333
path: ~/.platformio
334334
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

0 commit comments

Comments
 (0)