From 9ff5355a2d7d557bf321a5986c2c6548be509256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 11:59:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20hassio-addons/repos?= =?UTF-8?q?itory-updater=20from=20v1.0.0=20to=20v1.0.1=20(#29)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [hassio-addons/repository-updater](https://github.com/hassio-addons/repository-updater) from v1.0.0 to v1.0.1. - [Release notes](https://github.com/hassio-addons/repository-updater/releases) - [Commits](https://github.com/hassio-addons/repository-updater/compare/v1.0.0...5c8da00b7f3a3fea40b1c10414480003f90f26a5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/repository-updater.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repository-updater.yaml b/.github/workflows/repository-updater.yaml index d7f5a2a4f..d7b1bb7bb 100644 --- a/.github/workflows/repository-updater.yaml +++ b/.github/workflows/repository-updater.yaml @@ -18,7 +18,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 🚀 Run Repository Updater - uses: hassio-addons/repository-updater@v1.0.0 + uses: hassio-addons/repository-updater@v1.0.1 with: addon: ${{ github.event.client_payload.addon }} repository: ${{ github.repository }}