diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index effa750..79f1563 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -43,7 +43,7 @@ jobs: useLockFile: false working-directory: ./ - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.39.0" + uses: "bufbuild/buf-setup-action@v1.45.0" if: steps.buf-update.outputs.updated == 'true' with: version: "1.37.0" @@ -52,7 +52,7 @@ jobs: run: | ./buf.gen.yaml - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.1.0 + uses: peter-evans/create-pull-request@v7.0.5 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true" diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index f1291db..d3d997f 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -47,7 +47,7 @@ jobs: useLockFile: false working-directory: ./ - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.39.0" + uses: "bufbuild/buf-setup-action@v1.45.0" if: steps.buf-update.outputs.updated == 'true' with: version: "1.37.0" @@ -56,7 +56,7 @@ jobs: run: | ./buf.gen.yaml - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.1.0 + uses: peter-evans/create-pull-request@v7.0.5 if: steps.buf-update.outputs.updated == 'true' with: delete-branch: "true"