File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3232 skip-commit-verification : true
3333 - id : checkout
3434 name : Checkout ${{ github.head_ref }}
35- uses : actions/checkout@v3.1 .0
35+ uses : actions/checkout@v3.2 .0
3636 with :
3737 persist-credentials : false
3838 ref : ${{ github.head_ref }}
Original file line number Diff line number Diff line change 4040 uses : hmarr/debug-action@v2.1.0
4141 - id : checkout
4242 name : Checkout ${{ env.REF }}
43- uses : actions/checkout@v3.1 .0
43+ uses : actions/checkout@v3.2 .0
4444 with :
4545 ref : ${{ env.REF }}
4646 - id : yarn
Original file line number Diff line number Diff line change 3939 skip-commit-verification : true
4040 - id : checkout
4141 name : Checkout ${{ github.head_ref }}
42- uses : actions/checkout@v3.1 .0
42+ uses : actions/checkout@v3.2 .0
4343 with :
4444 persist-credentials : ${{ steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' }}
4545 ref : ${{ github.head_ref }}
Original file line number Diff line number Diff line change 3838 steps :
3939 - id : checkout
4040 name : Checkout ${{ env.REF }}
41- uses : actions/checkout@v3.1 .0
41+ uses : actions/checkout@v3.2 .0
4242 with :
4343 persist-credentials : false
4444 ref : ${{ env.REF }}
Original file line number Diff line number Diff line change 3333 steps :
3434 - id : checkout
3535 name : Checkout main
36- uses : actions/checkout@v3.1 .0
36+ uses : actions/checkout@v3.2 .0
3737 with :
3838 persist-credentials : false
3939 ref : main
Original file line number Diff line number Diff line change 2828 steps :
2929 - id : checkout
3030 name : Checkout ${{ github.ref_name }}
31- uses : actions/checkout@v3.1 .0
31+ uses : actions/checkout@v3.2 .0
3232 with :
3333 ref : ${{ github.ref }}
3434 - id : sync
Original file line number Diff line number Diff line change 4444 uses : hmarr/debug-action@v2.1.0
4545 - id : checkout
4646 name : Checkout ${{ env.TAG }}
47- uses : actions/checkout@v3.1 .0
47+ uses : actions/checkout@v3.2 .0
4848 with :
4949 ref : ${{ format('refs/tags/{0}', env.TAG) }}
5050 - id : version
Original file line number Diff line number Diff line change 4747 uses : hmarr/debug-action@v2.1.0
4848 - id : checkout
4949 name : Checkout ${{ env.REF }}
50- uses : actions/checkout@v3.1 .0
50+ uses : actions/checkout@v3.2 .0
5151 with :
5252 ref : ${{ env.REF }}
5353 - id : version
8282 steps :
8383 - id : checkout
8484 name : Checkout ${{ github.event.inputs.sha || 'event.pull_request.merge_commit_sha' }}
85- uses : actions/checkout@v3.1 .0
85+ uses : actions/checkout@v3.2 .0
8686 with :
8787 fetch-depth : 0
8888 ref : ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }}
You can’t perform that action at this time.
0 commit comments