diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0231907..b3f1920 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -143,7 +143,7 @@ jobs: - name: Generate GitHub App Token for Badge Commits if: github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' && matrix.go-version == '1.24' id: app-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.BADGE_BOT_APP_ID }} private-key: ${{ secrets.BADGE_BOT_PRIVATE_KEY }}