From ed8a032844b94740df74b73ceee3045e62cf23bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 22:47:11 +0000 Subject: [PATCH] deps(deps): bump actions/create-github-app-token from 2 to 3 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-please.yml | 2 +- .github/workflows/update-plugin-version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 4965805..86c4f7e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -15,7 +15,7 @@ jobs: # A short-lived installation token of the org-owned "Palasthotel Release # Bot" app. Needed instead of GITHUB_TOKEN because the tag this job # pushes has to trigger wordpress-svn-release.yml. - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.RELEASE_BOT_APP_ID }} diff --git a/.github/workflows/update-plugin-version.yml b/.github/workflows/update-plugin-version.yml index c299ac2..c35072d 100644 --- a/.github/workflows/update-plugin-version.yml +++ b/.github/workflows/update-plugin-version.yml @@ -21,7 +21,7 @@ jobs: # Pushing with the app token (instead of GITHUB_TOKEN) re-triggers the PR # checks on the new head commit — GITHUB_TOKEN pushes trigger nothing, # which would leave the release PR without check results. - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.RELEASE_BOT_APP_ID }}