Skip to content

Commit

Permalink
Bump the github-actions group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates in the / directory: [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).


Updates `bufbuild/buf-setup-action` from 1.47.2 to 1.48.0
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.47.2...v1.48.0)

Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v7.0.5...v7.0.6)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 9a1c351 commit 39229ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automatic-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
run: |
echo "Update status: $UPDATED_STATUS"
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.47.2"
uses: "bufbuild/buf-setup-action@v1.48.0"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
if: "steps.buf-update.outputs.updated == 'true'"
- name: "Run buf generate"
if: "steps.buf-update.outputs.updated == 'true'"
run: "buf generate"
- name: "Create Pull Request"
uses: "peter-evans/[email protected].5"
uses: "peter-evans/[email protected].6"
if: "steps.buf-update.outputs.updated == 'true'"
with:
delete-branch: "true"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
run: |
echo "Update status: $UPDATED_STATUS"
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.47.2"
uses: "bufbuild/buf-setup-action@v1.48.0"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
if: "steps.buf-update.outputs.updated == 'true'"
- name: "Run buf generate"
if: "steps.buf-update.outputs.updated == 'true'"
run: "buf generate"
- name: "Create Pull Request"
uses: "peter-evans/[email protected].5"
uses: "peter-evans/[email protected].6"
if: "steps.buf-update.outputs.updated == 'true'"
with:
delete-branch: "true"
Expand Down

0 comments on commit 39229ae

Please sign in to comment.