File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 key : ${{ env.key }}
8383
8484 - name : Cache extensions
85- uses : actions/cache@v1
85+ uses : actions/cache@v2.1.4
8686 with :
8787 path : ${{ steps.cache-env.outputs.dir }}
8888 key : ${{ steps.cache-env.outputs.key }}
@@ -101,7 +101,7 @@ jobs:
101101 run : echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
102102
103103 - name : Cache dependencies installed with composer
104- uses : actions/cache@v2.1.3
104+ uses : actions/cache@v2.1.4
105105 with :
106106 path : ${{ env.COMPOSER_CACHE_DIR }}
107107 key : php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change 5454 key : ${{ env.key }}
5555
5656 - name : Cache extensions
57- uses : actions/cache@v2.1.1
57+ uses : actions/cache@v2.1.4
5858 with :
5959 path : ${{ steps.cache.outputs.dir }}
6060 key : ${{ steps.cache.outputs.key }}
7373 run : echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
7474
7575 - name : Cache dependencies installed with composer
76- uses : actions/cache@v2.1.3
76+ uses : actions/cache@v2.1.4
7777 with :
7878 path : ${{ env.COMPOSER_CACHE_DIR }}
7979 key : php${{ matrix.php }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change 5050 key : ${{ env.key }}
5151
5252 - name : Cache extensions
53- uses : actions/cache@v2.1.3
53+ uses : actions/cache@v2.1.4
5454 with :
5555 path : ${{ steps.cache-env.outputs.dir }}
5656 key : ${{ steps.cache-env.outputs.key }}
6868 run : echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
6969
7070 - name : Cache dependencies installed with composer
71- uses : actions/cache@v2
71+ uses : actions/cache@v2.1.4
7272 with :
7373 path : ${{ env.COMPOSER_CACHE_DIR }}
7474 key : php${{ matrix.php }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change 5454 key : ${{ env.key }}
5555
5656 - name : Cache extensions
57- uses : actions/cache@v2.1.3
57+ uses : actions/cache@v2.1.4
5858 with :
5959 path : ${{ steps.cache-env.outputs.dir }}
6060 key : ${{ steps.cache-env.outputs.key }}
7272 run : echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
7373
7474 - name : Cache dependencies installed with composer
75- uses : actions/cache@v2
75+ uses : actions/cache@v2.1.4
7676 with :
7777 path : ${{ env.COMPOSER_CACHE_DIR }}
7878 key : php${{ matrix.php }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change 3838 run : echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3939
4040 - name : Cache dependencies installed with composer
41- uses : actions/cache@v1
41+ uses : actions/cache@v2.1.4
4242 with :
4343 path : ${{ env.COMPOSER_CACHE_DIR }}
4444 key : php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments