From 633401f85581b8a6cb924e0653490d1ad9491b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 15:37:38 +0200 Subject: [PATCH] Bump BetaHuhn/repo-file-sync-action from 1.8.0 to 1.9.1 (#11) Bumps [BetaHuhn/repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) from 1.8.0 to 1.9.1. - [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.8.0...v1.9.1) --- updated-dependencies: - dependency-name: BetaHuhn/repo-file-sync-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/repo-file-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo-file-sync.yml b/.github/workflows/repo-file-sync.yml index 4790fb6..73eef54 100644 --- a/.github/workflows/repo-file-sync.yml +++ b/.github/workflows/repo-file-sync.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Run GitHub File Sync - uses: BetaHuhn/repo-file-sync-action@v1.8.0 + uses: BetaHuhn/repo-file-sync-action@v1.9.1 with: GH_PAT: ${{ secrets.SYNC_TOKEN }} ASSIGNEES: jezdez