Skip to content

Commit d3dbd28

Browse files
build(deps): bump actions/cache from 4.3.0 to 5.0.1 (#716)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 814b63a commit d3dbd28

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

0 commit comments

Comments
 (0)