From 851760dd18f235b6230dae6cd3bf2320460cc127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:54:18 +0000 Subject: [PATCH] chore(deps): bump toshimaru/auto-author-assign Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 5921acc6d5cdbf184d1c50dd6ee080f10fe1d8f6 to ebd30f10fb56e46eb0759a14951f36991426fed0. - [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/5921acc6d5cdbf184d1c50dd6ee080f10fe1d8f6...ebd30f10fb56e46eb0759a14951f36991426fed0) --- updated-dependencies: - dependency-name: toshimaru/auto-author-assign dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-assign-author.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-assign-author.yaml b/.github/workflows/auto-assign-author.yaml index 495ed99..ce300cc 100644 --- a/.github/workflows/auto-assign-author.yaml +++ b/.github/workflows/auto-assign-author.yaml @@ -10,6 +10,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@5921acc6d5cdbf184d1c50dd6ee080f10fe1d8f6 # v2.1.0 + - uses: toshimaru/auto-author-assign@ebd30f10fb56e46eb0759a14951f36991426fed0 # v2.1.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"