Skip to content

Commit 9b75d6f

Browse files
chore(deps): update actions/cache digest to 5a3ec84 (#52)
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
1 parent b68b3e1 commit 9b75d6f

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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
36+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 0
5353

5454
- name: Cache
55-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
55+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
5656
with:
5757
path: |
5858
~/vcpkg
@@ -129,7 +129,7 @@ jobs:
129129
fetch-depth: 0
130130

131131
- name: Cache
132-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
132+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
133133
with:
134134
path: |
135135
~/vcpkg
@@ -207,7 +207,7 @@ jobs:
207207
fetch-depth: 0
208208

209209
- name: Cache
210-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
210+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
211211
with:
212212
path: |
213213
~/vcpkg
@@ -272,7 +272,7 @@ jobs:
272272
fetch-depth: 0
273273

274274
- name: Cache
275-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
275+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
276276
with:
277277
path: |
278278
~/vcpkg
@@ -340,7 +340,7 @@ jobs:
340340
fetch-depth: 0
341341

342342
- name: Cache
343-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
343+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
344344
with:
345345
path: |
346346
~/vcpkg
@@ -387,7 +387,7 @@ jobs:
387387
fetch-depth: 0
388388

389389
- name: Cache
390-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
390+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
391391
with:
392392
path: |
393393
~/vcpkg
@@ -448,7 +448,7 @@ jobs:
448448
fetch-depth: 0
449449

450450
- name: Cache
451-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
451+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
452452
with:
453453
path: |
454454
~/vcpkg
@@ -496,7 +496,7 @@ jobs:
496496
fetch-depth: 0
497497

498498
- name: Cache
499-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
499+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
500500
with:
501501
path: |
502502
~/vcpkg
@@ -544,7 +544,7 @@ jobs:
544544
fetch-depth: 0
545545

546546
- name: Cache
547-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
547+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
548548
with:
549549
path: |
550550
~/vcpkg
@@ -589,7 +589,7 @@ jobs:
589589
fetch-depth: 0
590590

591591
- name: Cache
592-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
592+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
593593
with:
594594
path: |
595595
~/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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
59+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6060
with:
6161
path: |
6262
~/vcpkg

0 commit comments

Comments
 (0)