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 }}