From 1ee920494f15bc617931c8cbb259e16a5cf79183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 11:14:54 +0000 Subject: [PATCH] Bump BetaHuhn/repo-file-sync-action from 1.15.2 to 1.16.5 Bumps [BetaHuhn/repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) from 1.15.2 to 1.16.5. - [Release notes](https://github.com/BetaHuhn/repo-file-sync-action/releases) - [Changelog](https://github.com/BetaHuhn/repo-file-sync-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/BetaHuhn/repo-file-sync-action/compare/v1.15.2...v1.16.5) --- updated-dependencies: - dependency-name: BetaHuhn/repo-file-sync-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 fd6bca5..e6ad5a4 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.16.5 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..da632ef 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.16.5 with: GH_PAT: ${{ secrets.SYNC_TOKEN }} ASSIGNEES: jezdez