File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.3.0
107107
108108 - name : ♻️ Restore cached dependencies installed with composer
109- uses : actions/cache@v4.2.3
109+ uses : actions/cache@v4.3.0
110110 with :
111111 path : ${{ env.COMPOSER_CACHE_DIR }}
112112 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -170,7 +170,7 @@ jobs:
170170 uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.3.0
171171
172172 - name : ♻️ Restore cached dependencies installed with composer
173- uses : actions/cache@v4.2.3
173+ uses : actions/cache@v4.3.0
174174 with :
175175 path : ${{ env.COMPOSER_CACHE_DIR }}
176176 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 6666 uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.3.0
6767
6868 - name : ♻️ Restore cached dependencies installed with composer
69- uses : actions/cache@v4.2.3
69+ uses : actions/cache@v4.3.0
7070 with :
7171 path : ${{ env.COMPOSER_CACHE_DIR }}
7272 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 4848 uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.3.0
4949
5050 - name : ♻️ Restore cached dependencies installed with composer
51- uses : actions/cache@v4.2.3
51+ uses : actions/cache@v4.3.0
5252 with :
5353 path : ${{ env.COMPOSER_CACHE_DIR }}
5454 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 7070 uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.3.0
7171
7272 - name : ♻️ Restore cached dependencies installed with composer
73- uses : actions/cache@v4.2.3
73+ uses : actions/cache@v4.3.0
7474 with :
7575 path : ${{ env.COMPOSER_CACHE_DIR }}
7676 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 7575 uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1.0
7676
7777 - name : ♻️ Restore cached dependencies installed with composer
78- uses : actions/cache@v4.0.2
78+ uses : actions/cache@v4.3.0
7979 with :
8080 path : ${{ env.COMPOSER_CACHE_DIR }}
8181 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 7878 uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1.0
7979
8080 - name : ♻️ Restore cached dependencies installed with composer
81- uses : actions/cache@v4.0.2
81+ uses : actions/cache@v4.3.0
8282 with :
8383 path : ${{ env.COMPOSER_CACHE_DIR }}
8484 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 7676 uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1.0
7777
7878 - name : ♻️ Restore cached dependencies installed with composer
79- uses : actions/cache@v4.0.2
79+ uses : actions/cache@v4.3.0
8080 with :
8181 path : ${{ env.COMPOSER_CACHE_DIR }}
8282 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 5050 uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.3.0
5151
5252 - name : ♻️ Restore cached dependencies installed with composer
53- uses : actions/cache@v4.2.3
53+ uses : actions/cache@v4.3.0
5454 with :
5555 path : ${{ env.COMPOSER_CACHE_DIR }}
5656 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -114,7 +114,7 @@ jobs:
114114 uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1.0
115115
116116 - name : ♻️ Restore cached dependencies installed with composer
117- uses : actions/cache@v4.0.2
117+ uses : actions/cache@v4.3.0
118118 with :
119119 path : ${{ env.COMPOSER_CACHE_DIR }}
120120 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -175,7 +175,7 @@ jobs:
175175 uses : wayofdev/gh-actions/actions/composer/get-cache-directory@v3.1.0
176176
177177 - name : ♻️ Restore cached dependencies installed with composer
178- uses : actions/cache@v4.0.2
178+ uses : actions/cache@v4.3.0
179179 with :
180180 path : ${{ env.COMPOSER_CACHE_DIR }}
181181 key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
You can’t perform that action at this time.
0 commit comments