浏览代码

Bump kentaro-m/task-completed-checker-action from 0.1.1 to 0.1.2 (#3851)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 年之前
父节点
当前提交
593ef7ec9c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/pr-checks.yaml

+ 1 - 1
.github/workflows/pr-checks.yaml

@@ -7,7 +7,7 @@ jobs:
   task-check:
     runs-on: ubuntu-latest
     steps:
-      - uses: kentaro-m/task-completed-checker-action@v0.1.1
+      - uses: kentaro-m/task-completed-checker-action@v0.1.2
         with:
           repo-token: "${{ secrets.GITHUB_TOKEN }}"
       - uses: dekinderfiets/pr-description-enforcer@0.0.1