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