diff --git a/.github/workflows/repo-file-sync-pull-request.yml b/.github/workflows/repo-file-sync-pull-request.yml index 496b250..2584cfb 100644 --- a/.github/workflows/repo-file-sync-pull-request.yml +++ b/.github/workflows/repo-file-sync-pull-request.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2.3.5 - name: Run GitHub File Sync - uses: BetaHuhn/repo-file-sync-action@v1.15.0 + uses: BetaHuhn/repo-file-sync-action@v1.15.1 with: GH_PAT: ${{ secrets.SYNC_TOKEN }} ASSIGNEES: jezdez diff --git a/.github/workflows/repo-file-sync-push.yml b/.github/workflows/repo-file-sync-push.yml index 5488766..fbed56a 100644 --- a/.github/workflows/repo-file-sync-push.yml +++ b/.github/workflows/repo-file-sync-push.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2.3.5 - name: Run GitHub File Sync - uses: BetaHuhn/repo-file-sync-action@v1.15.0 + uses: BetaHuhn/repo-file-sync-action@v1.15.1 with: GH_PAT: ${{ secrets.SYNC_TOKEN }} ASSIGNEES: jezdez