diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54fe4451..81a215de 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -279,7 +279,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 }} @@ -321,7 +321,7 @@ jobs: go mod tidy && go mod vendor && git add vendor - name: Generate token for the fabric repository - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: fabric-app-token with: app-id: ${{ secrets.FABRIC_APP_ID }} @@ -361,7 +361,7 @@ jobs: cp docs/api.md docs-repo/docs/reference/gateway-api.md.gen - name: Generate token for the docs repository - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: docs-app-token with: app-id: ${{ secrets.DOCS_APP_ID }}