diff --git a/.github/wiki b/.github/wiki index 8e8127228..9cc75e470 160000 --- a/.github/wiki +++ b/.github/wiki @@ -1 +1 @@ -Subproject commit 8e81272285db4bc14397c54229415e403e3c3424 +Subproject commit 9cc75e470b4e3917bfcee59473a0904afd4360d0 diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 595047625..6b202e989 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Auto assign PR author - uses: toshimaru/auto-author-assign@v3.0.2 + uses: toshimaru/auto-author-assign@v3.0.3 with: repo-token: ${{ github.token }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f1469b44..8825ff3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- GitHub Actions(deps): Bump toshimaru/auto-author-assign from 3.0.2 to 3.0.3 (#355) + ## [1.25.6] - 2026-05-22 ### Fixed