Skip to content

Commit 0878b2f

Browse files
build(deps): bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 211074e commit 0878b2f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2626

2727
- name: Cache dependencies
28-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2929
with:
3030
path: ${{ steps.composer-cache.outputs.dir }}
3131
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
key: ${{ env.key }}
3535

3636
- name: Cache extensions
37-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
37+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3838
with:
3939
path: ${{ steps.extcache.outputs.dir }}
4040
key: ${{ steps.extcache.outputs.key }}
@@ -55,7 +55,7 @@ jobs:
5555
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
5656

5757
- name: Cache dependencies
58-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
58+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5959
with:
6060
path: ${{ steps.composer-cache.outputs.dir }}
6161
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -111,7 +111,7 @@ jobs:
111111
# key: ${{ env.key }}
112112

113113
# - name: Cache extensions
114-
# uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
114+
# uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
115115
# with:
116116
# path: ${{ steps.extcache.outputs.dir }}
117117
# key: ${{ steps.extcache.outputs.key }}
@@ -130,7 +130,7 @@ jobs:
130130
# run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
131131

132132
# - name: Cache dependencies
133-
# uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
133+
# uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
134134
# with:
135135
# path: ${{ steps.composer-cache.outputs.dir }}
136136
# key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -194,7 +194,7 @@ jobs:
194194
key: ${{ env.key }}
195195

196196
- name: Cache extensions
197-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
197+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
198198
with:
199199
path: ${{ steps.extcache.outputs.dir }}
200200
key: ${{ steps.extcache.outputs.key }}
@@ -213,7 +213,7 @@ jobs:
213213
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
214214

215215
- name: Cache dependencies
216-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
216+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
217217
with:
218218
path: ${{ steps.composer-cache.outputs.dir }}
219219
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)