From 514b8c7722fee2067321f21b718546c819756537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 12:25:16 +0100 Subject: [PATCH] Bump BetaHuhn/repo-file-sync-action from 1.17.4 to 1.17.5 (#48) --- .github/workflows/repo-file-sync-pull-request.yml | 2 +- .github/workflows/repo-file-sync-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-file-sync-pull-request.yml b/.github/workflows/repo-file-sync-pull-request.yml index 4b4cd60..8f89887 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@v3 - name: Run GitHub File Sync - uses: BetaHuhn/repo-file-sync-action@v1.17.4 + uses: BetaHuhn/repo-file-sync-action@v1.17.5 with: GH_PAT: ${{ secrets.SYNC_TOKEN }} TEAM_REVIEWERS: roadies diff --git a/.github/workflows/repo-file-sync-push.yml b/.github/workflows/repo-file-sync-push.yml index b1a752f..6d019f5 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@v3 - name: Run GitHub File Sync - uses: BetaHuhn/repo-file-sync-action@v1.17.4 + uses: BetaHuhn/repo-file-sync-action@v1.17.5 with: GH_PAT: ${{ secrets.SYNC_TOKEN }} TEAM_REVIEWERS: roadies