From 50c1c530aba5a042c22473f102603e01895cfdd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 05:02:20 +0000 Subject: [PATCH] build(deps): bump toshimaru/auto-author-assign from 1.3.5 to 1.3.6 Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 1.3.5 to 1.3.6. - [Release notes](https://github.com/toshimaru/auto-author-assign/releases) - [Commits](https://github.com/toshimaru/auto-author-assign/compare/v1.3.5...v1.3.6) --- updated-dependencies: - dependency-name: toshimaru/auto-author-assign dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-author-assign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index d2d7ca4d..b1698b0e 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -8,6 +8,6 @@ jobs: assign-author: runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@v1.3.5 + - uses: toshimaru/auto-author-assign@v1.3.6 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"