Skip to content

Commit

Permalink
Merge pull request #221 from authzed/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-74c5c968db

Bump the github-actions group across 1 directory with 2 updates
  • Loading branch information
tstirrat15 authored Nov 1, 2024
2 parents c9f5221 + 3eba69b commit 986cd1b
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,7 +23,7 @@ jobs:
run: |
echo "Update status: $UPDATED_STATUS"
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.39.0"
uses: "bufbuild/buf-setup-action@v1.46.0"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
if: "steps.buf-update.outputs.updated == 'true'"
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
poetry lock
- 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"
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,7 +27,7 @@ jobs:
run: |
echo "Update status: $UPDATED_STATUS"
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.39.0"
uses: "bufbuild/buf-setup-action@v1.46.0"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
if: "steps.buf-update.outputs.updated == 'true'"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
poetry lock
- 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"
Expand Down

0 comments on commit 986cd1b

Please sign in to comment.