File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
actions/composite/setup-composer-cache Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1010 shell : bash
1111
1212 - name : Cache Composer Files
13- uses : actions/cache@v4.2.0
13+ # v4.2.0
14+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
1415 with :
1516 path : ${{ steps.composer-cache.outputs.dir }}
1617 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1717 timeout-minutes : 15
1818 steps :
1919 - name : checkout
20- uses : actions/checkout@v4.1.0
20+ # v4.1.0
21+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
2122 with :
2223 # Set fetch-depth to 100 so that we can compare HEAD with a good chunk of git log history
2324 fetch-depth : 100
4445 timeout-minutes : 15
4546 steps :
4647 - name : checkout
47- uses : actions/checkout@v4.1.0
48+ # v4.1.0
49+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
4850 with :
4951 # Set fetch-depth to 100 so that we can compare HEAD with a good chunk of git log history
5052 fetch-depth : 100
You can’t perform that action at this time.
0 commit comments