Skip to content

Commit 42dd3fc

Browse files
Karishmathakare19manjusha729KevinBKozan
authored
ACQE-7829: MFTF Component Health - June Release
* Components upgrade * ACQE-7829: Commented cache@v2 code to test PR checks * Removed commented code related to cache@v2 * reverted code related to Monitor coverage * reverted code related to Monitor coverage * reverted code related to Monitor coverage * Revert removal of caching --------- Co-authored-by: manjusha729 <93243302+manjusha729@users.noreply.github.com> Co-authored-by: Kevin Kozan <kkozan@magento.com>
1 parent 02c9885 commit 42dd3fc

File tree

2 files changed

+304
-224
lines changed

2 files changed

+304
-224
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Cache Composer packages
2727
id: composer-cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: vendor
3131
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Cache Composer packages
6868
id: composer-cache
69-
uses: actions/cache@v2
69+
uses: actions/cache@v4
7070
with:
7171
path: vendor
7272
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Cache Composer packages
100100
id: composer-cache
101-
uses: actions/cache@v2
101+
uses: actions/cache@v4
102102
with:
103103
path: vendor
104104
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Cache Composer packages
138138
id: composer-cache
139-
uses: actions/cache@v2
139+
uses: actions/cache@v4
140140
with:
141141
path: vendor
142142
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)