Skip to content

Commit f64ca07

Browse files
chore(deps): update actions/cache digest to 0c907a7
1 parent 30535c4 commit f64ca07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
8.0.x
6262
6363
- name: Cache Tools
64-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
64+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
6565
with:
6666
path: tools
6767
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

.github/workflows/publishDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.event.ref }}
2222

2323
- name: Cache Tools
24-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
24+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
2525
with:
2626
path: tools
2727
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Fetch all tags and branches
1616
run: git fetch --prune --unshallow
1717
- name: Cache Tools
18-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
18+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
1919
with:
2020
path: tools
2121
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)