Skip to content

Commit 93c233e

Browse files
chore(deps): update actions/cache digest to 1bd1e32 (#29)
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
1 parent b7bb3cd commit 93c233e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ref: ${{ github.head_ref }}
3434

3535
- name: Cache
36-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
36+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
3737
with:
3838
path: |
3939
~/vcpkg

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454

5555
- name: Cache
56-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
56+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
5757
with:
5858
path: |
5959
~/vcpkg
@@ -132,7 +132,7 @@ jobs:
132132
fetch-depth: 0
133133

134134
- name: Cache
135-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
135+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
136136
with:
137137
path: |
138138
~/vcpkg
@@ -218,7 +218,7 @@ jobs:
218218
fetch-depth: 0
219219

220220
- name: Cache
221-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
221+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
222222
with:
223223
path: |
224224
~/vcpkg
@@ -284,7 +284,7 @@ jobs:
284284
fetch-depth: 0
285285

286286
- name: Cache
287-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
287+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
288288
with:
289289
path: |
290290
~/vcpkg
@@ -353,7 +353,7 @@ jobs:
353353
fetch-depth: 0
354354

355355
- name: Cache
356-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
356+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
357357
with:
358358
path: |
359359
~/vcpkg
@@ -401,7 +401,7 @@ jobs:
401401
fetch-depth: 0
402402

403403
- name: Cache
404-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
404+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
405405
with:
406406
path: |
407407
~/vcpkg
@@ -463,7 +463,7 @@ jobs:
463463
fetch-depth: 0
464464

465465
- name: Cache
466-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
466+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
467467
with:
468468
path: |
469469
~/vcpkg
@@ -512,7 +512,7 @@ jobs:
512512
fetch-depth: 0
513513

514514
- name: Cache
515-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
515+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
516516
with:
517517
path: |
518518
~/vcpkg
@@ -561,7 +561,7 @@ jobs:
561561
fetch-depth: 0
562562

563563
- name: Cache
564-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
564+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
565565
with:
566566
path: |
567567
~/vcpkg
@@ -607,7 +607,7 @@ jobs:
607607
fetch-depth: 0
608608

609609
- name: Cache
610-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
610+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
611611
with:
612612
path: |
613613
~/vcpkg

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
config-file: ./.github/codeql-config.yml
5757

5858
- name: Cache
59-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
59+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
6060
with:
6161
path: |
6262
~/vcpkg

0 commit comments

Comments
 (0)