mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
skip: merge (5075ddc5f2) [skip release]
This commit is contained in:
commit
87b2d56155
1 changed files with 2 additions and 2 deletions
4
.github/actions/setup-node/action.yml
vendored
4
.github/actions/setup-node/action.yml
vendored
|
|
@ -18,7 +18,7 @@ runs:
|
||||||
}}' >> "$GITHUB_ENV"
|
}}' >> "$GITHUB_ENV"
|
||||||
|
|
||||||
- name: ♻️ Restore `node_modules`
|
- name: ♻️ Restore `node_modules`
|
||||||
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
id: node-modules-restore
|
id: node-modules-restore
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
|
|
@ -53,7 +53,7 @@ runs:
|
||||||
|
|
||||||
- name: ♻️ Write `node_modules` cache
|
- name: ♻️ Write `node_modules` cache
|
||||||
if: inputs.save-cache == 'true' && env.CACHE_HIT != 'true'
|
if: inputs.save-cache == 'true' && env.CACHE_HIT != 'true'
|
||||||
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
key: ${{ env.CACHE_KEY }}
|
key: ${{ env.CACHE_KEY }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue