Skip to content

Commit 03ab11d

Browse files
authored
chore(deps): update actions/cache digest to 0400d5f (#4159)
1 parent ba38c71 commit 03ab11d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ai-platform-snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
id: npm-cache-dir
6363
shell: bash
6464
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
65-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
65+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
6666
id: npm-cache
6767
with:
6868
path: ${{ steps.npm-cache-dir.outputs.dir }}

.github/workflows/dialogflow-cx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
id: npm-cache-dir
6363
shell: bash
6464
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
65-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
65+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
6666
id: npm-cache
6767
with:
6868
path: ${{ steps.npm-cache-dir.outputs.dir }}

.github/workflows/functions-slack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
id: npm-cache-dir
6363
shell: bash
6464
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
65-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
65+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
6666
id: npm-cache
6767
with:
6868
path: ${{ steps.npm-cache-dir.outputs.dir }}

.github/workflows/iam-deny.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id: npm-cache-dir
6161
shell: bash
6262
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
63-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
63+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
6464
id: npm-cache
6565
with:
6666
path: ${{ steps.npm-cache-dir.outputs.dir }}

.github/workflows/storagetransfer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
id: npm-cache-dir
6666
shell: bash
6767
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
68-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
68+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
6969
id: npm-cache
7070
with:
7171
path: ${{ steps.npm-cache-dir.outputs.dir }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: npm-cache-dir
4848
shell: bash
4949
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
50-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
50+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
5151
id: npm-cache
5252
with:
5353
path: ${{ steps.npm-cache-dir.outputs.dir }}

0 commit comments

Comments
 (0)