diff --git a/.github/workflows/automatic-api-update.yaml b/.github/workflows/automatic-api-update.yaml index 0db96bc..a928f07 100644 --- a/.github/workflows/automatic-api-update.yaml +++ b/.github/workflows/automatic-api-update.yaml @@ -42,7 +42,7 @@ jobs: with: working-directory: ./ - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.39.0" + uses: "bufbuild/buf-setup-action@v1.44.0" if: steps.buf-update.outputs.updated == 'true' with: version: "1.37.0" @@ -51,7 +51,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 e76d0a4..f78fc4b 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -46,7 +46,7 @@ jobs: with: working-directory: ./ - name: "Install buf" - uses: "bufbuild/buf-setup-action@v1.39.0" + uses: "bufbuild/buf-setup-action@v1.44.0" if: steps.buf-update.outputs.updated == 'true' with: version: "1.37.0" @@ -55,7 +55,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"