From 37601cecbdba863fdd85e814cc317293761a7365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:41:48 +0000 Subject: [PATCH] Bump githubofkrishnadhas/github-access-using-githubapp from 2 to 3 Bumps [githubofkrishnadhas/github-access-using-githubapp](https://github.com/githubofkrishnadhas/github-access-using-githubapp) from 2 to 3. - [Release notes](https://github.com/githubofkrishnadhas/github-access-using-githubapp/releases) - [Commits](https://github.com/githubofkrishnadhas/github-access-using-githubapp/compare/v2...v3) --- updated-dependencies: - dependency-name: githubofkrishnadhas/github-access-using-githubapp dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ae30de5..95a4a32 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Token generator - uses: githubofkrishnadhas/github-access-using-githubapp@v2 + uses: githubofkrishnadhas/github-access-using-githubapp@v3 id: token-generation with: github_app_id: ${{ secrets.TOKEN_GENERATOR_APPID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5482295..3a6f3ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Token generator - uses: githubofkrishnadhas/github-access-using-githubapp@v2 + uses: githubofkrishnadhas/github-access-using-githubapp@v3 id: token-generation with: github_app_id: ${{ secrets.TOKEN_GENERATOR_APPID }}