chore(github-action): update actions/cache digest to 5a3ec84 (#33441)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | digest | `d4323d4` -> `5a3ec84` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19-->
This commit is contained in:
@@ -71,7 +71,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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
|
||||||
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
|
||||||
@@ -238,7 +238,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup astro Cache
|
- name: Setup astro Cache
|
||||||
if: needs.check_changes.outputs.changes_detected == 'true'
|
if: needs.check_changes.outputs.changes_detected == 'true'
|
||||||
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
|
||||||
with:
|
with:
|
||||||
# Cache for build and optimized images.
|
# Cache for build and optimized images.
|
||||||
key: astro-${{ hashFiles('website/package-lock.json') }}
|
key: astro-${{ hashFiles('website/package-lock.json') }}
|
||||||
@@ -247,7 +247,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup npm Cache
|
- name: Setup npm Cache
|
||||||
if: needs.check_changes.outputs.changes_detected == 'true'
|
if: needs.check_changes.outputs.changes_detected == 'true'
|
||||||
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
|
||||||
with:
|
with:
|
||||||
# Cache for npm
|
# Cache for npm
|
||||||
path: ~/website/.npm
|
path: ~/website/.npm
|
||||||
@@ -257,7 +257,7 @@ jobs:
|
|||||||
- name: Setup node_modules Cache
|
- name: Setup node_modules Cache
|
||||||
id: modulescache
|
id: modulescache
|
||||||
if: needs.check_changes.outputs.changes_detected == 'true'
|
if: needs.check_changes.outputs.changes_detected == 'true'
|
||||||
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
|
||||||
with:
|
with:
|
||||||
# Cache for npm and optimized images.
|
# Cache for npm and optimized images.
|
||||||
path: ./website/node_modules
|
path: ./website/node_modules
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ jobs:
|
|||||||
version: ${{ matrix.helm-version }}
|
version: ${{ matrix.helm-version }}
|
||||||
|
|
||||||
- name: Cache helm plugins
|
- name: Cache helm plugins
|
||||||
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
|
||||||
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