File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737 run : |
3838 echo "::set-output name=dir::$(composer config cache-files-dir)"
3939
40- - uses : actions/cache@v4
40+ - uses : actions/cache@v5
4141 with :
4242 path : ${{ steps.composer-cache.outputs.dir }}
4343 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
5151 id : yarn-cache-dir-path
5252 run : echo "::set-output name=dir::$(yarn cache dir)"
5353
54- - uses : actions/cache@v4
54+ - uses : actions/cache@v5
5555 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
5656 with :
5757 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 3434 run : |
3535 echo "::set-output name=dir::$(composer config cache-files-dir)"
3636
37- - uses : actions/cache@v4
37+ - uses : actions/cache@v5
3838 with :
3939 path : ${{ steps.composer-cache.outputs.dir }}
4040 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 8181 id : composer-cache
8282 run : |
8383 echo "::set-output name=dir::$(composer config cache-files-dir)"
84- - uses : actions/cache@v4
84+ - uses : actions/cache@v5
8585 with :
8686 path : ${{ steps.composer-cache.outputs.dir }}
8787 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
9292 id : yarn-cache-dir-path
9393 run : echo "::set-output name=dir::$(yarn cache dir)"
9494
95- - uses : actions/cache@v4
95+ - uses : actions/cache@v5
9696 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
9797 with :
9898 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments