mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 11:34:00 +00:00
fix(github-action): update actions/cache (v4.2.3 → v4.2.4) (#203)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -95,7 +95,7 @@ runs:
|
|||||||
echo "cache-paths=${cache_paths}" >> $GITHUB_OUTPUT
|
echo "cache-paths=${cache_paths}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- id: cache
|
- id: cache
|
||||||
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
|
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.prepare.outputs.cache-paths }}
|
path: ${{ steps.prepare.outputs.cache-paths }}
|
||||||
key: ${{ steps.prepare.outputs.cache-key }}
|
key: ${{ steps.prepare.outputs.cache-key }}
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ runs:
|
|||||||
- name: Set up Cache
|
- name: Set up Cache
|
||||||
id: cache
|
id: cache
|
||||||
if: inputs.cache == 'true'
|
if: inputs.cache == 'true'
|
||||||
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
|
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/golangci-lint
|
~/.cache/golangci-lint
|
||||||
|
|||||||
@@ -216,7 +216,7 @@ runs:
|
|||||||
- name: Setup Caching
|
- name: Setup Caching
|
||||||
if: inputs.cache == 'true'
|
if: inputs.cache == 'true'
|
||||||
id: deps-cache
|
id: deps-cache
|
||||||
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
|
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
**/node_modules
|
**/node_modules
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ runs:
|
|||||||
|
|
||||||
- name: Cache Composer packages
|
- name: Cache Composer packages
|
||||||
id: composer-cache
|
id: composer-cache
|
||||||
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
|
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
vendor
|
vendor
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ runs:
|
|||||||
|
|
||||||
- name: Set up Cache
|
- name: Set up Cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
|
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||||
if: inputs.cache == 'true'
|
if: inputs.cache == 'true'
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user