diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml index a49335f..758d34f 100644 --- a/.github/workflows/add-to-project.yaml +++ b/.github/workflows/add-to-project.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get GitHub app token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 id: app_token with: app-id: ${{ secrets.BUFBUILD_EXPORT_APP_ID }}