Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd0b7a3

Browse files
dautovrieriknordmark
authored andcommitted
apache/yetus:0.14.0
Signed-off-by: Ruslan Dautov <[email protected]>
1 parent 8db236e commit fd0b7a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/yetus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Yetus
27-
uses: apache/yetus-test-patch-action@0.13.0
27+
uses: apache/yetus-test-patch-action@0.14.0
2828
with:
2929
basedir: ./src
3030
bufbasedir: ./src/api/proto

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ clean:
305305

306306
yetus:
307307
@echo Running yetus
308-
docker run -it --rm -v $(CURDIR):/src:delegated -v /tmp:/tmp apache/yetus:0.13.0 \
308+
docker run -it --rm -v $(CURDIR):/src:delegated -v /tmp:/tmp apache/yetus:0.14.0 \
309309
--basedir=/src \
310310
--dirty-workspace \
311311
--empty-patch \

0 commit comments

Comments
 (0)