chore(github-action): update actions/cache digest digest to 8b402f5
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # 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
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ jobs:
|
|||||||
version: ${{ matrix.helm-version }}
|
version: ${{ matrix.helm-version }}
|
||||||
|
|
||||||
- name: Cache helm plugins
|
- name: Cache helm plugins
|
||||||
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # 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