From ccf7f4be4553f1f8df6e5be902ce7b9a686f044d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:48:47 +0000 Subject: [PATCH] chore(deps): update kentaro-m/auto-assign-action action to v2 --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 5121708..17638cc 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -7,6 +7,6 @@ jobs: add-reviews: runs-on: ubuntu-latest steps: - - uses: kentaro-m/auto-assign-action@v1.2.6 + - uses: kentaro-m/auto-assign-action@v2.0.0 with: configuration-path: '.github/auto_assign.yaml'