From b206cd8903e2ea462c913b31178ac3a0ae6fd6ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 05:54:10 +0000 Subject: [PATCH] chore(deps): update toshimaru/auto-author-assign action to v1.6.2 --- .github/workflows/auto-author-assign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 9b3eaf9..98f5a88 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: toshimaru/auto-author-assign@v1.2.0 + - uses: toshimaru/auto-author-assign@v1.6.2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"