Skip to content

Commit 2eb60db

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

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
@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 0
6464

6565
- name: Cache
66-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
66+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
6767
with:
6868
path: |
6969
~/vcpkg
@@ -99,7 +99,7 @@ jobs:
9999
fetch-depth: 0
100100

101101
- name: Cache
102-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
102+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
103103
with:
104104
path: |
105105
~/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

.github/workflows/pages.yml

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

3939
- name: Cache
40-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
40+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
4141
with:
4242
path: |
4343
~/vcpkg

0 commit comments

Comments
 (0)