chore(github-action): update actions/cache digest digest to 6682284
This commit is contained in:
@@ -90,7 +90,7 @@ jobs:
|
|||||||
- name: Cache Changelog
|
- name: Cache Changelog
|
||||||
id: cache-changelog
|
id: cache-changelog
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
|
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
|
||||||
with:
|
with:
|
||||||
key: ${{ env.CHANGELOG_CACHE_KEY }}-${{ hashFiles('**/Chart.yaml') }}
|
key: ${{ env.CHANGELOG_CACHE_KEY }}-${{ hashFiles('**/Chart.yaml') }}
|
||||||
path: changelog.json.gz
|
path: changelog.json.gz
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ jobs:
|
|||||||
version: ${{ matrix.helm-version }}
|
version: ${{ matrix.helm-version }}
|
||||||
|
|
||||||
- name: Cache helm plugins
|
- name: Cache helm plugins
|
||||||
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
|
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/home/runner/.local/share/helm/plugins/helm-unittest
|
/home/runner/.local/share/helm/plugins/helm-unittest
|
||||||
|
|||||||
Reference in New Issue
Block a user