From 33d9b62e21f7af73d4c80476393be72839cd1a19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 15:12:42 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2.1.4 --- .github/workflows/release.yml | 2 +- .github/workflows/tagpr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd4f517e..908ebd11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch GitHub App Token - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 + uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 id: token with: app-id: ${{ secrets.GH_APP_TAGPR_ID }} diff --git a/.github/workflows/tagpr.yml b/.github/workflows/tagpr.yml index 29bf0b63..ed1f8b94 100644 --- a/.github/workflows/tagpr.yml +++ b/.github/workflows/tagpr.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch GitHub App Token - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 + uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 id: token with: app-id: ${{ secrets.GH_APP_TAGPR_ID }}