소스 검색

maint: update percy action version

WangWeimin 4 년 전
부모
커밋
b61ed2b50f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -31,7 +31,7 @@ jobs:
       - name: Install env
         run: echo "PERCY_TOKEN=${{ secrets.PERCY_TOKEN }}" >> $GITHUB_ENV
       - name: Percy Test
-        uses: percy/exec-action@v0.2.0
+        uses: percy/exec-action@v0.3.1
         with:
           working-directory: ./test
           command: "./run_all.sh"