From 52fb42c7be657205163168debc2fde5070e5eb22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:33:07 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 | datasource | package | from | to | | ----------- | ------------------------------- | ---- | -- | | github-tags | actions/create-github-app-token | v2 | v3 | --- .github/workflows/gh-release.yaml | 2 +- .github/workflows/gitops-image-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-release.yaml b/.github/workflows/gh-release.yaml index 0120925..c24a05f 100644 --- a/.github/workflows/gh-release.yaml +++ b/.github/workflows/gh-release.yaml @@ -85,7 +85,7 @@ jobs: - name: Generate GitHub App Token if: inputs.use_semantic_release == true && inputs.app_id != '' id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ inputs.app_id }} private-key: ${{ secrets.app_private_key }} diff --git a/.github/workflows/gitops-image-tag.yaml b/.github/workflows/gitops-image-tag.yaml index 18f9938..fa4db66 100644 --- a/.github/workflows/gitops-image-tag.yaml +++ b/.github/workflows/gitops-image-tag.yaml @@ -188,7 +188,7 @@ jobs: - name: Generate a token id: generate-token if: inputs.auto_merge == true - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ inputs.app_id }} private-key: ${{ secrets.app_private_key }}