From e94cf105669b29bbebb4450f06c882496f817e5a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 18 Oct 2024 12:05:14 +0200 Subject: [PATCH] chore(github-action): update actions/cache digest to 3624ceb by renovate (#27898) --- .github/workflows/charts-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 0a234c5116a..f591b7a312b 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -198,7 +198,7 @@ jobs: #done < src/assets/contributors.json - name: Setup astro Cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: # Cache for build and optimized images. key: astro-${{ hashFiles('package-lock.json') }} @@ -206,7 +206,7 @@ jobs: restore-keys: astro- - name: Setup npm Cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: # Cache for npm path: ~/website/.npm @@ -215,7 +215,7 @@ jobs: - name: Setup node_modules Cache id: modulescache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: # Cache for npm and optimized images. path: ./website/node_modules