From bf5429eeba9da9effd5c956bbc9e09a313f2fb1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:27:08 +0000 Subject: [PATCH] chore(deps): bump actions/create-github-app-token from 1 to 2 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/private-repo-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/private-repo-test.yaml b/.github/workflows/private-repo-test.yaml index 838dff8235..eaa71885ff 100644 --- a/.github/workflows/private-repo-test.yaml +++ b/.github/workflows/private-repo-test.yaml @@ -77,7 +77,7 @@ jobs: unset TWINE_USERNAME TWINE_PASSWORD && make publish-tests - name: Get GitHub App token id: get_token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: private-key: ${{ secrets.TOBIKO_RENOVATE_BOT_PRIVATE_KEY }} app-id: ${{ secrets.TOBIKO_RENOVATE_BOT_APP_ID }}