diff --git a/.github/wiki b/.github/wiki index e6e8b6d8f..0fedf5428 160000 --- a/.github/wiki +++ b/.github/wiki @@ -1 +1 @@ -Subproject commit e6e8b6d8f269788c79e09a21a53abe200f1aa7ef +Subproject commit 0fedf54289a6a7a5e5242a803c7bdb0a1edb4a3c diff --git a/.github/workflows/retry-transient-failures.yml b/.github/workflows/retry-transient-failures.yml index a27ec859c..d443338cf 100644 --- a/.github/workflows/retry-transient-failures.yml +++ b/.github/workflows/retry-transient-failures.yml @@ -32,7 +32,7 @@ jobs: steps: - id: retry - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/CHANGELOG.md b/CHANGELOG.md index ed65a331d..4d38cf3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - GitHub Actions(deps): Bump peter-evans/create-pull-request from 7 to 8 (#181) - GitHub Actions(deps): Bump marocchino/sticky-pull-request-comment from 2 to 3 (#182) +- GitHub Actions(deps): Bump actions/github-script from 8 to 9 (#183) - Auto-create and push minimal changelog entries for same-repository Dependabot pull requests before changelog validation reruns (#186) ## [1.20.0] - 2026-04-23