File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
2020 steps :
2121 - name : Cancel Previous Runs
22- 22+ uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
2323 with :
2424 access_token : ${{ github.token }}
2525
3535 php-version : " latest"
3636
3737 - name : " Checkout code"
38- 38+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939
4040 - name : " Install dependencies"
4141 uses : ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
5555 php-version : " latest"
5656
5757 - name : " Checkout code"
58- 58+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5959
6060 - name : " Install dependencies"
6161 uses : ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
You can’t perform that action at this time.
0 commit comments