Skip to content

Commit beff562

Browse files
chore(deps): update actions/cache digest to d4323d4 (#146)
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
1 parent 661ccd1 commit beff562

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fetch-depth: 0
6161

6262
- name: Cache
63-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
63+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
6464
with:
6565
path: |
6666
~/vcpkg
@@ -97,7 +97,7 @@ jobs:
9797
fetch-depth: 0
9898

9999
- name: Cache
100-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
100+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
101101
with:
102102
path: |
103103
~/vcpkg

.github/workflows/codeql.yml

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

5757
- name: Cache
58-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
58+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
5959
with:
6060
path: |
6161
~/vcpkg

.github/workflows/pages.yml

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

3838
- name: Cache
39-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
39+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
4040
with:
4141
path: |
4242
~/vcpkg

0 commit comments

Comments
 (0)