Skip to content

Commit

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

build(deps): bump the github-actions group across 1 directory with 2 updates
  • Loading branch information
tstirrat15 authored Oct 15, 2024
2 parents d0de835 + 3f93b84 commit acc4c7c
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 @@ -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"
Expand All @@ -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"
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 @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit acc4c7c

Please sign in to comment.