File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4444 uses : actions/checkout@v3
4545
4646 - name : Cache vendor
47- uses : actions/cache@v3
47+ uses : actions/cache@v4
4848 id : composer-cache
4949 with :
5050 path : vendor
6767 run : cp .env.ci .env
6868
6969 - name : Cache composer
70- uses : actions/cache@v3
70+ uses : actions/cache@v4
7171 id : composer-cache
7272 with :
7373 path : vendor
@@ -102,7 +102,7 @@ jobs:
102102 run : cp .env.ci .env
103103
104104 - name : Cache composer
105- uses : actions/cache@v3
105+ uses : actions/cache@v4
106106 id : composer-cache
107107 with :
108108 path : vendor
@@ -134,7 +134,7 @@ jobs:
134134 run : cp .env.ci .env
135135
136136 - name : Cache composer
137- uses : actions/cache@v3
137+ uses : actions/cache@v4
138138 id : composer-cache
139139 with :
140140 path : vendor
Original file line number Diff line number Diff line change 1212 uses : actions/checkout@v3
1313
1414 - name : Cache vendor
15- uses : actions/cache@v3
15+ uses : actions/cache@v4
1616 id : composer-cache
1717 with :
1818 path : vendor
3535 run : cp .env.ci .env
3636
3737 - name : Cache composer
38- uses : actions/cache@v3
38+ uses : actions/cache@v4
3939 id : composer-cache
4040 with :
4141 path : vendor
7070 run : cp .env.ci .env
7171
7272 - name : Cache composer
73- uses : actions/cache@v3
73+ uses : actions/cache@v4
7474 id : composer-cache
7575 with :
7676 path : vendor
@@ -102,7 +102,7 @@ jobs:
102102 run : cp .env.ci .env
103103
104104 - name : Cache composer
105- uses : actions/cache@v3
105+ uses : actions/cache@v4
106106 id : composer-cache
107107 with :
108108 path : vendor
You can’t perform that action at this time.
0 commit comments