diff --git a/.github/workflows/repo-file-sync-pull-request.yml b/.github/workflows/repo-file-sync-pull-request.yml index fd6bca5..f8d1c3f 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.4.0 - name: Run GitHub File Sync - uses: BetaHuhn/repo-file-sync-action@v1.15.2 + uses: BetaHuhn/repo-file-sync-action@v1.17.0 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 6a867c5..5629ad6 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.4.0 - name: Run GitHub File Sync - uses: BetaHuhn/repo-file-sync-action@v1.15.2 + uses: BetaHuhn/repo-file-sync-action@v1.17.0 with: GH_PAT: ${{ secrets.SYNC_TOKEN }} ASSIGNEES: jezdez