From 12c3e3b160b51a71795dd30912f5065a6db2468c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:52:26 +0000 Subject: [PATCH] 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) - [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/update-certificates.yml | 2 +- .github/workflows/update-geoip.yml | 2 +- .github/workflows/update-translations.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-certificates.yml b/.github/workflows/update-certificates.yml index c583fbd1a..6e57fa67e 100644 --- a/.github/workflows/update-certificates.yml +++ b/.github/workflows/update-certificates.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v6 - name: Generate token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.BOT_APP_ID }} diff --git a/.github/workflows/update-geoip.yml b/.github/workflows/update-geoip.yml index a92f21419..3cb9336cd 100644 --- a/.github/workflows/update-geoip.yml +++ b/.github/workflows/update-geoip.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v6 - name: Generate token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.BOT_APP_ID }} diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 45601c8dd..183b699f4 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -71,7 +71,7 @@ jobs: name: YOURLS-pot - name: Generate token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.BOT_APP_ID }}