From d61f060f9a4143c6243f3eef23881e83762a5be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:25:54 +0800 Subject: [PATCH] chore(deps): bump wow-actions/auto-assign from 1 to 3 (#272) Bumps [wow-actions/auto-assign](https://github.com/wow-actions/auto-assign) from 1 to 3. - [Release notes](https://github.com/wow-actions/auto-assign/releases) - [Changelog](https://github.com/wow-actions/auto-assign/blob/master/CHANGELOG.md) - [Commits](https://github.com/wow-actions/auto-assign/compare/v1...v3) --- updated-dependencies: - dependency-name: wow-actions/auto-assign dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/auto-assign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index b4c0b14e..22d2e1b7 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -8,7 +8,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: wow-actions/auto-assign@v1 + - uses: wow-actions/auto-assign@v3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CONFIG_FILE: .github/configs/auto-assign.yml \ No newline at end of file