diff --git a/.github/workflows/sync-closing-labels.yml b/.github/workflows/sync-closing-labels.yml index 21f9c16..3d4a3c4 100644 --- a/.github/workflows/sync-closing-labels.yml +++ b/.github/workflows/sync-closing-labels.yml @@ -12,6 +12,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Sync labels with closing issues - uses: wd60622/closing-labels@v0.0.1rc9 + uses: wd60622/closing-labels@v0.0.1rc10 env: GH_TOKEN: ${{ github.token }}