From d5d0e92d4458f6ae9709fc674f876394c81b73e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:46:09 +0000 Subject: [PATCH] deps(gh-actions): bump toshimaru/auto-author-assign from 3.0.1 to 3.0.3 Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 3.0.1 to 3.0.3. - [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/v3.0.1...v3.0.3) --- updated-dependencies: - dependency-name: toshimaru/auto-author-assign dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 4504a9d..35d8afc 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -55,7 +55,7 @@ jobs: steps: - name: Auto assign PR author - uses: toshimaru/auto-author-assign@v3.0.1 + uses: toshimaru/auto-author-assign@v3.0.3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"