From 1b176900a77f8225612c58af1739e5496329b310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 12:19:38 +0100 Subject: [PATCH] Bump BetaHuhn/repo-file-sync-action from 1.15.1 to 1.15.2 (#32) --- .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 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