diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index daf1926..2978bde 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -352,7 +352,7 @@ jobs: go fmt pkg/fab/versions.go - name: Generate token for the fabricator repository - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: fab-app-token with: app-id: ${{ secrets.FAB_APP_ID }} @@ -413,7 +413,7 @@ jobs: - name: "Generate GitHub App token for the dataplane repository" id: "app-token" - uses: "actions/create-github-app-token@v2" + uses: "actions/create-github-app-token@v3" with: app-id: "${{ secrets.DP_APP_ID }}" private-key: "${{ secrets.DP_PRIVATE_KEY }}"