From bfd182362d07253b591d17f625ac49e177aed4f1 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 19 Aug 2025 13:08:04 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 0400d5f --- .github/workflows/ai-platform-snippets.yaml | 2 +- .github/workflows/dialogflow-cx.yaml | 2 +- .github/workflows/functions-slack.yaml | 2 +- .github/workflows/iam-deny.yaml | 2 +- .github/workflows/storagetransfer.yaml | 2 +- .github/workflows/test.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ai-platform-snippets.yaml b/.github/workflows/ai-platform-snippets.yaml index 93c029d828..57e0530912 100644 --- a/.github/workflows/ai-platform-snippets.yaml +++ b/.github/workflows/ai-platform-snippets.yaml @@ -62,7 +62,7 @@ jobs: id: npm-cache-dir shell: bash run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT} - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} diff --git a/.github/workflows/dialogflow-cx.yaml b/.github/workflows/dialogflow-cx.yaml index cacc35086d..ad0dfdae0b 100644 --- a/.github/workflows/dialogflow-cx.yaml +++ b/.github/workflows/dialogflow-cx.yaml @@ -62,7 +62,7 @@ jobs: id: npm-cache-dir shell: bash run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT} - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} diff --git a/.github/workflows/functions-slack.yaml b/.github/workflows/functions-slack.yaml index 0de53fb4a7..59ae298461 100644 --- a/.github/workflows/functions-slack.yaml +++ b/.github/workflows/functions-slack.yaml @@ -62,7 +62,7 @@ jobs: id: npm-cache-dir shell: bash run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT} - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} diff --git a/.github/workflows/iam-deny.yaml b/.github/workflows/iam-deny.yaml index e31661d536..f3a3c5f9b7 100644 --- a/.github/workflows/iam-deny.yaml +++ b/.github/workflows/iam-deny.yaml @@ -60,7 +60,7 @@ jobs: id: npm-cache-dir shell: bash run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT} - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} diff --git a/.github/workflows/storagetransfer.yaml b/.github/workflows/storagetransfer.yaml index 2a05507ef3..4459c626e5 100644 --- a/.github/workflows/storagetransfer.yaml +++ b/.github/workflows/storagetransfer.yaml @@ -65,7 +65,7 @@ jobs: id: npm-cache-dir shell: bash run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT} - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ddc5146ff0..c65be6c9be 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,7 +47,7 @@ jobs: id: npm-cache-dir shell: bash run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT} - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }}