From 7343bd092084dfe4ef5f740651eeb1fd30f9fa61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:23:06 +0000 Subject: [PATCH] build(deps): bump Automattic/vip-actions/changelog Bumps [Automattic/vip-actions/changelog](https://github.com/automattic/vip-actions) from 63b6eb29cdcf8f55d7f0910c82356f34f8f997c4 to 438cd00aac2463a2dbfb4a747ad7b1ac67a2575a. - [Release notes](https://github.com/automattic/vip-actions/releases) - [Commits](https://github.com/automattic/vip-actions/compare/63b6eb29cdcf8f55d7f0910c82356f34f8f997c4...438cd00aac2463a2dbfb4a747ad7b1ac67a2575a) --- updated-dependencies: - dependency-name: Automattic/vip-actions/changelog dependency-version: 438cd00aac2463a2dbfb4a747ad7b1ac67a2575a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 2a6e1b124..c73c3484e 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -18,7 +18,7 @@ jobs: pull-requests: read steps: - uses: actions/checkout@v7 - - uses: Automattic/vip-actions/changelog@63b6eb29cdcf8f55d7f0910c82356f34f8f997c4 # trunk + - uses: Automattic/vip-actions/changelog@438cd00aac2463a2dbfb4a747ad7b1ac67a2575a # trunk with: endpoint: 'https://docs.wpvip.com/wp-json/wp/v2/changelogs' endpoint-token: ${{ secrets.CHANGELOG_DOCS_POST_TOKEN }}