diff --git a/.github/workflows/repo-file-sync-pull-request.yml b/.github/workflows/repo-file-sync-pull-request.yml index 68231b4..fd6bca5 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.1 + uses: BetaHuhn/repo-file-sync-action@v1.15.2 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 7162299..6a867c5 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.1 + uses: BetaHuhn/repo-file-sync-action@v1.15.2 with: GH_PAT: ${{ secrets.SYNC_TOKEN }} ASSIGNEES: jezdez