File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3030 name : Publish PR
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434
3535 - name : Set version to ENV
3636 run : |
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121
2222 - uses : actions/setup-node@v4
2323 with :
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121
2222 - uses : actions/setup-node@v4
2323 with :
Original file line number Diff line number Diff line change 2828 - TypeScript
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232
3333 - name : Initialize CodeQL
3434 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 1616 timeout-minutes : 15
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : actions/setup-node@v4
2121 with :
2222 node-version-file : .nvmrc
Original file line number Diff line number Diff line change 4646 cd gitstream && mkdir repo
4747
4848 - name : Checkout base branch
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050 with :
5151 repository : ${{ inputs.full_repository }}
5252 ref : ${{ inputs.base_ref }}
@@ -146,15 +146,15 @@ runs:
146146 run : cd gitstream && mkdir cm
147147
148148 - name : Checkout cm repo
149- uses : actions/checkout@v4
149+ uses : actions/checkout@v5
150150 if : ${{ fromJSON(fromJSON(inputs.client_payload)).hasCmRepo == true && env.SHOULD_CHECKOUT == 'true'}}
151151 with :
152152 repository : ' ${{ fromJSON(fromJSON(inputs.client_payload)).owner }}/${{ fromJSON(fromJSON(inputs.client_payload)).cmRepo }}'
153153 ref : ${{ fromJSON(fromJSON(inputs.client_payload)).cmRepoRef }}
154154 path : gitstream/cm/
155155
156156 - name : Checkout cm org
157- uses : actions/checkout@v4
157+ uses : actions/checkout@v5
158158 if : ${{ fromJSON(fromJSON(inputs.client_payload)).hasCmOrg == true && env.SHOULD_CHECKOUT == 'true'}}
159159 with :
160160 repository : ' cm/cm'
You can’t perform that action at this time.
0 commit comments