File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232
3333 # Install openapi-generator-cli
3434 - run : echo "OPENAPI_GENERATOR_VERSION=7.11.0" >> $GITHUB_ENV
35- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
35+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3636 id : openapi-generator-cache
3737 env :
3838 cache-name : openapi-generator-cache
Original file line number Diff line number Diff line change 3838
3939 - name : Install openapi-generator-cli
4040 run : echo "OPENAPI_GENERATOR_VERSION=7.11.0" >> $GITHUB_ENV
41- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4242 id : openapi-generator-cache
4343 env :
4444 cache-name : openapi-generator-cache
6363 run : |
6464 echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
6565
66- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
66+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6767 with :
6868 path : ${{ steps.composer-cache.outputs.dir }}
6969 key : ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments