From aaf62479aaa3dacd09d6db6e11c4faad37e3fdfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:25:25 +0000 Subject: [PATCH] chore(deps): bump toshimaru/auto-author-assign Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 7709f4bd34c4e32c689572005775ae6834ae4a1a to 7e15cd70c245ad136377c3fab3479815df10d844. - [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/7709f4bd34c4e32c689572005775ae6834ae4a1a...7e15cd70c245ad136377c3fab3479815df10d844) --- 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 694dd82..2e9fcbe 100644 --- a/.github/workflows/auto-assign-author.yml +++ b/.github/workflows/auto-assign-author.yml @@ -10,6 +10,6 @@ jobs: assign: runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@7709f4bd34c4e32c689572005775ae6834ae4a1a # (latest, untagged) + - uses: toshimaru/auto-author-assign@7e15cd70c245ad136377c3fab3479815df10d844 # (latest, untagged) with: repo-token: ${{ secrets.GITHUB_TOKEN }}