From f431a496606fb3f932bedc7ad2d93a3ba685e215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:48:32 +0000 Subject: [PATCH] chore(deps): bump toshimaru/auto-author-assign Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 60a9f1aab8d0254fae9b295420ee36ed324632e1 to 7709f4bd34c4e32c689572005775ae6834ae4a1a. - [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/60a9f1aab8d0254fae9b295420ee36ed324632e1...7709f4bd34c4e32c689572005775ae6834ae4a1a) --- 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 f66f043..b7a5448 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@60a9f1aab8d0254fae9b295420ee36ed324632e1 # (latest, untagged) + - uses: toshimaru/auto-author-assign@7709f4bd34c4e32c689572005775ae6834ae4a1a # (latest, untagged) with: repo-token: ${{ secrets.GITHUB_TOKEN }}