mirror of
https://github.com/truecharts/charts.git
synced 2026-07-05 04:11:30 -03:00
chore(github-action): update actions/cache digest digest to 8b402f5
This commit is contained in:
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
@@ -90,7 +90,7 @@ jobs:
|
||||
- name: Cache Changelog
|
||||
id: cache-changelog
|
||||
if: github.event_name == 'push'
|
||||
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
|
||||
with:
|
||||
key: ${{ env.CHANGELOG_CACHE_KEY }}-${{ hashFiles('**/Chart.yaml') }}
|
||||
path: changelog.json.gz
|
||||
|
||||
2
.github/workflows/common-tests.yaml
vendored
2
.github/workflows/common-tests.yaml
vendored
@@ -101,7 +101,7 @@ jobs:
|
||||
version: ${{ matrix.helm-version }}
|
||||
|
||||
- name: Cache helm plugins
|
||||
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
|
||||
with:
|
||||
path: |
|
||||
/home/runner/.local/share/helm/plugins/helm-unittest
|
||||
|
||||
Reference in New Issue
Block a user