소스 검색

fix(ci): checkout repo in udeps.yml

Lucas Nogueira 2 년 전
부모
커밋
d88de30076
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/udeps.yml

+ 1 - 0
.github/workflows/udeps.yml

@@ -33,6 +33,7 @@ jobs:
       bundler: ${{ steps.filter.outputs.bundler }}
       cli: ${{ steps.filter.outputs.cli }}
     steps:
+      - uses: actions/checkout@v2
       - uses: dorny/paths-filter@v2
         id: filter
         with: