Skip to content

Commit 311b257

Browse files
committed
fixing release ci
1 parent 79f5e27 commit 311b257

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/docker-develop.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/docker-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)