From 064839dc911acb44a059e9bbb074a17f911d64c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 06:30:07 +0000 Subject: [PATCH] Bump toshimaru/auto-author-assign from v1.2.0 to v1.3.0 Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from v1.2.0 to v1.3.0. - [Release notes](https://github.com/toshimaru/auto-author-assign/releases) - [Commits](https://github.com/toshimaru/auto-author-assign/compare/v1.2.0...ac4eff2594b0c5d5b87327c2f6eb2c6c370c272e) 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 cf637fc3..d9f3eb9d 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.2.0 + - uses: toshimaru/auto-author-assign@v1.3.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"