Skip to content

Commit 7eae788

Browse files
authoredOct 23, 2024
Bump actions/cache from 4.1.1 to 4.1.2 (#185)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82a9b4e commit 7eae788

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed
 

‎.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: cache-torchvision-${{ matrix.torchvision-version }}
3333
id: cache-torchvision
34-
uses: actions/cache@v4.1.1
34+
uses: actions/cache@v4.1.2
3535
with:
3636
path: torchvision-${{ matrix.torchvision-version }}-install
3737
key: torchvision-${{ matrix.torchvision-version }}-linux-install-20211228

‎.github/workflows/deps-cache.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
path: pnnx-patches
3434
- name: cache-libtorch
3535
id: cache-libtorch
36-
uses: actions/cache@v4.1.1
36+
uses: actions/cache@v4.1.2
3737
with:
3838
path: "/tmp/libtorch"
3939
key: libtorch-${{ env.LIBTORCH_VERSION }}-linux-${{ env.CACHE_DATE }}
@@ -83,7 +83,7 @@ jobs:
8383
output-dir: wheelhouse1
8484
- name: cache-torchvision
8585
id: cache-torchvision
86-
uses: actions/cache@v4.1.1
86+
uses: actions/cache@v4.1.2
8787
with:
8888
path: "/tmp/torchvision"
8989
key: torchvision-${{ env.TORCHVISION_VERSION }}-linux-${{ env.CACHE_DATE }}
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: cache-onnxruntime
117117
id: cache-onnxruntime
118-
uses: actions/cache@v4.1.1
118+
uses: actions/cache@v4.1.2
119119
with:
120120
path: "/tmp/onnxruntime"
121121
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-linux-${{ env.CACHE_DATE }}
@@ -168,21 +168,21 @@ jobs:
168168
path: pnnx-patches
169169
- name: cache-libtorch
170170
id: cache-libtorch
171-
uses: actions/cache@v4.1.1
171+
uses: actions/cache@v4.1.2
172172
with:
173173
path: "/tmp/libtorch"
174174
key: libtorch-${{ env.LIBTORCH_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
175175

176176
- name: cache-torchvision
177177
id: cache-torchvision
178-
uses: actions/cache@v4.1.1
178+
uses: actions/cache@v4.1.2
179179
with:
180180
path: "/tmp/torchvision"
181181
key: torchvision-${{ env.TORCHVISION_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
182182

183183
- name: cache-onnxruntime
184184
id: cache-onnxruntime
185-
uses: actions/cache@v4.1.1
185+
uses: actions/cache@v4.1.2
186186
with:
187187
path: "/tmp/onnxruntime"
188188
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
@@ -311,7 +311,7 @@ jobs:
311311
path: pnnx-patches
312312
- name: cache-libtorch
313313
id: cache-libtorch
314-
uses: actions/cache@v4.1.1
314+
uses: actions/cache@v4.1.2
315315
with:
316316
path: "libtorch"
317317
key: libtorch-${{ env.LIBTORCH_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
@@ -350,7 +350,7 @@ jobs:
350350
cmake --build . -j 4 --target install/strip
351351
- name: cache-torchvision
352352
id: cache-torchvision
353-
uses: actions/cache@v4.1.1
353+
uses: actions/cache@v4.1.2
354354
with:
355355
path: "torchvision"
356356
key: torchvision-${{ env.TORCHVISION_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
@@ -369,7 +369,7 @@ jobs:
369369
370370
- name: cache-onnxruntime
371371
id: cache-onnxruntime
372-
uses: actions/cache@v4.1.1
372+
uses: actions/cache@v4.1.2
373373
with:
374374
path: "onnxruntime"
375375
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
@@ -408,7 +408,7 @@ jobs:
408408
path: pnnx-patches
409409
- name: cache-libtorch
410410
id: cache-libtorch
411-
uses: actions/cache@v4.1.1
411+
uses: actions/cache@v4.1.2
412412
with:
413413
path: "libtorch"
414414
key: libtorch-${{ env.LIBTORCH_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
@@ -449,7 +449,7 @@ jobs:
449449
cmake --build . -j 3 --target install/strip
450450
- name: cache-torchvision
451451
id: cache-torchvision
452-
uses: actions/cache@v4.1.1
452+
uses: actions/cache@v4.1.2
453453
with:
454454
path: "torchvision"
455455
key: torchvision-${{ env.TORCHVISION_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
@@ -468,7 +468,7 @@ jobs:
468468
469469
- name: cache-onnxruntime
470470
id: cache-onnxruntime
471-
uses: actions/cache@v4.1.1
471+
uses: actions/cache@v4.1.2
472472
with:
473473
path: "onnxruntime"
474474
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
@@ -509,7 +509,7 @@ jobs:
509509
path: pnnx-patches
510510
- name: cache-libtorch
511511
id: cache-libtorch
512-
uses: actions/cache@v4.1.1
512+
uses: actions/cache@v4.1.2
513513
with:
514514
path: "libtorch"
515515
key: libtorch-${{ env.LIBTORCH_VERSION }}-vs2019-${{ env.CACHE_DATE }}
@@ -551,7 +551,7 @@ jobs:
551551
cmake --build . --config MinSizeRel -j 4 --target install
552552
- name: cache-torchvision
553553
id: cache-torchvision
554-
uses: actions/cache@v4.1.1
554+
uses: actions/cache@v4.1.2
555555
with:
556556
path: "torchvision"
557557
key: torchvision-${{ env.TORCHVISION_VERSION }}-vs2019-${{ env.CACHE_DATE }}
@@ -571,7 +571,7 @@ jobs:
571571
572572
- name: cache-onnxruntime
573573
id: cache-onnxruntime
574-
uses: actions/cache@v4.1.1
574+
uses: actions/cache@v4.1.2
575575
with:
576576
path: "onnxruntime"
577577
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-vs2019-${{ env.CACHE_DATE }}

‎.github/workflows/release.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
path: pnnx-patches
4040
- name: cache-libtorch
4141
id: cache-libtorch
42-
uses: actions/cache@v4.1.1
42+
uses: actions/cache@v4.1.2
4343
with:
4444
path: "/tmp/libtorch"
4545
key: libtorch-${{ env.LIBTORCH_VERSION }}-linux-${{ env.CACHE_DATE }}
@@ -89,7 +89,7 @@ jobs:
8989
output-dir: wheelhouse1
9090
- name: cache-torchvision
9191
id: cache-torchvision
92-
uses: actions/cache@v4.1.1
92+
uses: actions/cache@v4.1.2
9393
with:
9494
path: "/tmp/torchvision"
9595
key: torchvision-${{ env.TORCHVISION_VERSION }}-linux-${{ env.CACHE_DATE }}
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: cache-onnxruntime
123123
id: cache-onnxruntime
124-
uses: actions/cache@v4.1.1
124+
uses: actions/cache@v4.1.2
125125
with:
126126
path: "/tmp/onnxruntime"
127127
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-linux-${{ env.CACHE_DATE }}
@@ -174,21 +174,21 @@ jobs:
174174
path: pnnx-patches
175175
- name: cache-libtorch
176176
id: cache-libtorch
177-
uses: actions/cache@v4.1.1
177+
uses: actions/cache@v4.1.2
178178
with:
179179
path: "/tmp/libtorch"
180180
key: libtorch-${{ env.LIBTORCH_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
181181

182182
- name: cache-torchvision
183183
id: cache-torchvision
184-
uses: actions/cache@v4.1.1
184+
uses: actions/cache@v4.1.2
185185
with:
186186
path: "/tmp/torchvision"
187187
key: torchvision-${{ env.TORCHVISION_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
188188

189189
- name: cache-onnxruntime
190190
id: cache-onnxruntime
191-
uses: actions/cache@v4.1.1
191+
uses: actions/cache@v4.1.2
192192
with:
193193
path: "/tmp/onnxruntime"
194194
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
@@ -317,7 +317,7 @@ jobs:
317317
path: pnnx-patches
318318
- name: cache-libtorch
319319
id: cache-libtorch
320-
uses: actions/cache@v4.1.1
320+
uses: actions/cache@v4.1.2
321321
with:
322322
path: "libtorch"
323323
key: libtorch-${{ env.LIBTORCH_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
@@ -356,7 +356,7 @@ jobs:
356356
cmake --build . -j 4 --target install/strip
357357
- name: cache-torchvision
358358
id: cache-torchvision
359-
uses: actions/cache@v4.1.1
359+
uses: actions/cache@v4.1.2
360360
with:
361361
path: "torchvision"
362362
key: torchvision-${{ env.TORCHVISION_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
@@ -375,7 +375,7 @@ jobs:
375375
376376
- name: cache-onnxruntime
377377
id: cache-onnxruntime
378-
uses: actions/cache@v4.1.1
378+
uses: actions/cache@v4.1.2
379379
with:
380380
path: "onnxruntime"
381381
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
@@ -414,7 +414,7 @@ jobs:
414414
path: pnnx-patches
415415
- name: cache-libtorch
416416
id: cache-libtorch
417-
uses: actions/cache@v4.1.1
417+
uses: actions/cache@v4.1.2
418418
with:
419419
path: "libtorch"
420420
key: libtorch-${{ env.LIBTORCH_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
@@ -455,7 +455,7 @@ jobs:
455455
cmake --build . -j 3 --target install/strip
456456
- name: cache-torchvision
457457
id: cache-torchvision
458-
uses: actions/cache@v4.1.1
458+
uses: actions/cache@v4.1.2
459459
with:
460460
path: "torchvision"
461461
key: torchvision-${{ env.TORCHVISION_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
@@ -474,7 +474,7 @@ jobs:
474474
475475
- name: cache-onnxruntime
476476
id: cache-onnxruntime
477-
uses: actions/cache@v4.1.1
477+
uses: actions/cache@v4.1.2
478478
with:
479479
path: "onnxruntime"
480480
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
@@ -515,7 +515,7 @@ jobs:
515515
path: pnnx-patches
516516
- name: cache-libtorch
517517
id: cache-libtorch
518-
uses: actions/cache@v4.1.1
518+
uses: actions/cache@v4.1.2
519519
with:
520520
path: "libtorch"
521521
key: libtorch-${{ env.LIBTORCH_VERSION }}-vs2019-${{ env.CACHE_DATE }}
@@ -557,7 +557,7 @@ jobs:
557557
cmake --build . --config MinSizeRel -j 4 --target install
558558
- name: cache-torchvision
559559
id: cache-torchvision
560-
uses: actions/cache@v4.1.1
560+
uses: actions/cache@v4.1.2
561561
with:
562562
path: "torchvision"
563563
key: torchvision-${{ env.TORCHVISION_VERSION }}-vs2019-${{ env.CACHE_DATE }}
@@ -577,7 +577,7 @@ jobs:
577577
578578
- name: cache-onnxruntime
579579
id: cache-onnxruntime
580-
uses: actions/cache@v4.1.1
580+
uses: actions/cache@v4.1.2
581581
with:
582582
path: "onnxruntime"
583583
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-vs2019-${{ env.CACHE_DATE }}
@@ -620,19 +620,19 @@ jobs:
620620
path: pnnx-patches
621621
- name: cache-libtorch
622622
id: cache-libtorch
623-
uses: actions/cache@v4.1.1
623+
uses: actions/cache@v4.1.2
624624
with:
625625
path: "/tmp/libtorch"
626626
key: libtorch-${{ env.LIBTORCH_VERSION }}-linux-${{ env.CACHE_DATE }}
627627
- name: cache-torchvision
628628
id: cache-torchvision
629-
uses: actions/cache@v4.1.1
629+
uses: actions/cache@v4.1.2
630630
with:
631631
path: "/tmp/torchvision"
632632
key: torchvision-${{ env.TORCHVISION_VERSION }}-linux-${{ env.CACHE_DATE }}
633633
- name: cache-onnxruntime
634634
id: cache-onnxruntime
635-
uses: actions/cache@v4.1.1
635+
uses: actions/cache@v4.1.2
636636
with:
637637
path: "/tmp/onnxruntime"
638638
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-linux-${{ env.CACHE_DATE }}
@@ -695,19 +695,19 @@ jobs:
695695
path: pnnx-patches
696696
- name: cache-libtorch
697697
id: cache-libtorch
698-
uses: actions/cache@v4.1.1
698+
uses: actions/cache@v4.1.2
699699
with:
700700
path: "/tmp/libtorch"
701701
key: libtorch-${{ env.LIBTORCH_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
702702
- name: cache-torchvision
703703
id: cache-torchvision
704-
uses: actions/cache@v4.1.1
704+
uses: actions/cache@v4.1.2
705705
with:
706706
path: "/tmp/torchvision"
707707
key: torchvision-${{ env.TORCHVISION_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
708708
- name: cache-onnxruntime
709709
id: cache-onnxruntime
710-
uses: actions/cache@v4.1.1
710+
uses: actions/cache@v4.1.2
711711
with:
712712
path: "/tmp/onnxruntime"
713713
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
@@ -773,19 +773,19 @@ jobs:
773773
uses: actions/checkout@v4
774774
- name: cache-libtorch
775775
id: cache-libtorch
776-
uses: actions/cache@v4.1.1
776+
uses: actions/cache@v4.1.2
777777
with:
778778
path: "libtorch"
779779
key: libtorch-${{ env.LIBTORCH_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
780780
- name: cache-torchvision
781781
id: cache-torchvision
782-
uses: actions/cache@v4.1.1
782+
uses: actions/cache@v4.1.2
783783
with:
784784
path: "torchvision"
785785
key: torchvision-${{ env.TORCHVISION_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
786786
- name: cache-onnxruntime
787787
id: cache-onnxruntime
788-
uses: actions/cache@v4.1.1
788+
uses: actions/cache@v4.1.2
789789
with:
790790
path: "onnxruntime"
791791
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
@@ -833,19 +833,19 @@ jobs:
833833
uses: actions/checkout@v4
834834
- name: cache-libtorch
835835
id: cache-libtorch
836-
uses: actions/cache@v4.1.1
836+
uses: actions/cache@v4.1.2
837837
with:
838838
path: "libtorch"
839839
key: libtorch-${{ env.LIBTORCH_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
840840
- name: cache-torchvision
841841
id: cache-torchvision
842-
uses: actions/cache@v4.1.1
842+
uses: actions/cache@v4.1.2
843843
with:
844844
path: "torchvision"
845845
key: torchvision-${{ env.TORCHVISION_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
846846
- name: cache-onnxruntime
847847
id: cache-onnxruntime
848-
uses: actions/cache@v4.1.1
848+
uses: actions/cache@v4.1.2
849849
with:
850850
path: "onnxruntime"
851851
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
@@ -932,19 +932,19 @@ jobs:
932932
uses: actions/checkout@v4
933933
- name: cache-libtorch
934934
id: cache-libtorch
935-
uses: actions/cache@v4.1.1
935+
uses: actions/cache@v4.1.2
936936
with:
937937
path: "libtorch"
938938
key: libtorch-${{ env.LIBTORCH_VERSION }}-vs2019-${{ env.CACHE_DATE }}
939939
- name: cache-torchvision
940940
id: cache-torchvision
941-
uses: actions/cache@v4.1.1
941+
uses: actions/cache@v4.1.2
942942
with:
943943
path: "torchvision"
944944
key: torchvision-${{ env.TORCHVISION_VERSION }}-vs2019-${{ env.CACHE_DATE }}
945945
- name: cache-onnxruntime
946946
id: cache-onnxruntime
947-
uses: actions/cache@v4.1.1
947+
uses: actions/cache@v4.1.2
948948
with:
949949
path: "onnxruntime"
950950
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-vs2019-${{ env.CACHE_DATE }}

0 commit comments

Comments
 (0)
Bump actions/cache from 4.1.1 to 4.1.2 (#185) &middot; pnnx/pnnx@7eae788 · GitHub