From 38732440fc39611ae5244fa28a4bcb91dcf7911a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:21:01 +0000 Subject: [PATCH] chore(deps): bump toshimaru/auto-author-assign Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from f2c59816e2f484d3daf7f3cc096d28cb351573e0 to e41b64352f3ca8708792e04f58140ba6120d666b. - [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/f2c59816e2f484d3daf7f3cc096d28cb351573e0...e41b64352f3ca8708792e04f58140ba6120d666b) --- 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 5e879c85..574b1f0b 100644 --- a/.github/workflows/auto-assign-author.yaml +++ b/.github/workflows/auto-assign-author.yaml @@ -8,6 +8,6 @@ jobs: assign-author: runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@f2c59816e2f484d3daf7f3cc096d28cb351573e0 # (latest, untagged) + - uses: toshimaru/auto-author-assign@e41b64352f3ca8708792e04f58140ba6120d666b # (latest, untagged) with: repo-token: "${{ secrets.GITHUB_TOKEN }}"