From f0ea9d789e56c85b0c7b18390d19db2eb2dd1d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 13:13:46 +0200 Subject: [PATCH] Bump BetaHuhn/repo-file-sync-action from 1.15.0 to 1.15.1 (#30) --- .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 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