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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
35+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3636 id : openapi-generator-cache
3737 env :
3838 cache-name : openapi-generator-cache
Original file line number Diff line number Diff line change 4545
4646 - name : Install openapi-generator-cli
4747 run : echo "OPENAPI_GENERATOR_VERSION=7.11.0" >> $GITHUB_ENV
48- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
48+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4949 id : openapi-generator-cache
5050 env :
5151 cache-name : openapi-generator-cache
7070 run : |
7171 echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
7272
73- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
73+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
7474 with :
7575 path : ${{ steps.composer-cache.outputs.dir }}
7676 key : ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments