File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ jobs:
1818 if : github.event_name == 'push'
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v3
2222
23- - uses : bufbuild/buf-setup-action@v1.50 .0
23+ - uses : bufbuild/buf-setup-action@v1.14 .0
2424 with :
25- version : 1.50 .0
25+ version : 1.14 .0
2626 buf_user : " ${{ secrets.BUF_REGISTRY_USER }}"
2727 buf_api_token : " ${{ secrets.BUF_REGISTRY_SECRET }}"
2828
2929 - name : Install Protoc
30- uses : arduino/setup-protoc@v3
30+ uses : arduino/setup-protoc@v1
3131
3232 - run : |
3333 make install-tools
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 if : github.event_name == 'push'
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424
25- - uses : bufbuild/buf-setup-action@v1.14 .0
25+ - uses : bufbuild/buf-setup-action@v1.50 .0
2626 with :
27- version : 1.14 .0
27+ version : 1.50 .0
2828 buf_user : " ${{ secrets.BUF_REGISTRY_USER }}"
2929 buf_api_token : " ${{ secrets.BUF_REGISTRY_SECRET }}"
3030
You can’t perform that action at this time.
0 commit comments