File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 if : steps.buf-update.outputs.updated == 'true'
3636 run : " yarn run buf"
3737 - name : Create Pull Request
38- uses : peter-evans/create-pull-request@v7.0.7
38+ uses : peter-evans/create-pull-request@v7.0.8
3939 if : steps.buf-update.outputs.updated == 'true'
4040 with :
4141 delete-branch : " true"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy
1515jobs :
1616 cla :
1717 name : " Check Signature"
18- runs-on : " buildjet-2vcpu- ubuntu-2204 "
18+ runs-on : " ubuntu-latest "
1919 steps :
2020 - uses : " authzed/actions/cla-check@main"
2121 with :
Original file line number Diff line number Diff line change 3636 if : steps.buf-update.outputs.updated == 'true'
3737 run : " buf generate"
3838 - name : Create Pull Request
39- uses : peter-evans/create-pull-request@v7.0.7
39+ uses : peter-evans/create-pull-request@v7.0.8
4040 if : steps.buf-update.outputs.updated == 'true'
4141 with :
4242 delete-branch : " true"
Original file line number Diff line number Diff line change 99 - " *"
1010jobs :
1111 paths-filter :
12- runs-on : " buildjet-2vcpu- ubuntu-2204 "
12+ runs-on : " depot- ubuntu-24.04-small "
1313 outputs :
1414 codechange : " ${{ steps.code-filter.outputs.codechange }}"
1515 steps :
2626 - buf.gen.yaml
2727 test :
2828 name : Lint and Test
29- runs-on : " buildjet-2vcpu- ubuntu-2204 "
29+ runs-on : " depot- ubuntu-24.04-small "
3030 strategy :
3131 matrix :
3232 node-version : [18, 20, 22]
5252 run : CI=true yarn only-run-tests
5353 build-js-client :
5454 name : Build and Test JS client
55- runs-on : " buildjet-2vcpu- ubuntu-2204 "
55+ runs-on : " depot- ubuntu-24.04-small "
5656 strategy :
5757 matrix :
5858 node-version : [18, 20, 22]
You can’t perform that action at this time.
0 commit comments