From cf47b7be3231e51a23f1f573a2fdce414c15a2fb Mon Sep 17 00:00:00 2001 From: Lisa Date: Fri, 20 Nov 2020 13:10:14 +0800 Subject: [PATCH] SUBMARINE-677. Run "python-sdk" integration job failed ### What is this PR for? Fix path deprecation in Actions environment ### What type of PR is it? [Bug Fix] ### Todos * [ ] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/SUBMARINE-677 ### How should this be tested? https://travis-ci.org/github/aeioulisa/submarine/builds/744570121 ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Lisa Closes #455 from aeioulisa/SUBMARINE-677 and squashes the following commits: ba0d59d [Lisa] update engineerd/setup-kind version 459fe3f [Lisa] Fix path deprecation in Actions environment --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index caecb1bbe5..5f0eccbd66 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -62,7 +62,7 @@ jobs: hostPort: 443 protocol: TCP EOF - - uses: engineerd/setup-kind@v0.4.0 + - uses: engineerd/setup-kind@v0.5.0 with: version: "v0.7.0" image: kindest/node:v1.15.6