From b82919a3c7645555887421cab6827c188134d1e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:17:19 +0000 Subject: [PATCH] chore(deps): bump toshimaru/auto-author-assign Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from e41b64352f3ca8708792e04f58140ba6120d666b to ad9853fd5ccf446babb7f0ed95f79fea2cd5f8ee. - [Release notes](https://github.com/toshimaru/auto-author-assign/releases) - [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md) - [Commits](https://github.com/toshimaru/auto-author-assign/compare/e41b64352f3ca8708792e04f58140ba6120d666b...ad9853fd5ccf446babb7f0ed95f79fea2cd5f8ee) --- updated-dependencies: - dependency-name: toshimaru/auto-author-assign dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-assign-author.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-assign-author.yml b/.github/workflows/auto-assign-author.yml index b0cb325..81e6322 100644 --- a/.github/workflows/auto-assign-author.yml +++ b/.github/workflows/auto-assign-author.yml @@ -6,6 +6,6 @@ jobs: assign: runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@e41b64352f3ca8708792e04f58140ba6120d666b # (latest, untagged) + - uses: toshimaru/auto-author-assign@ad9853fd5ccf446babb7f0ed95f79fea2cd5f8ee # (latest, untagged) with: repo-token: ${{ secrets.GITHUB_TOKEN }}