Skip to content

Commit 87920eb

Browse files
dependabot[bot]SMillerDev
authored andcommitted
build(deps): bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73a9e5b commit 87920eb

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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
28+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
37+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
58+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
114+
# uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
133+
# uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
197+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
216+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
217217
with:
218218
path: ${{ steps.composer-cache.outputs.dir }}
219219
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)