Skip to content

Commit

Permalink
Merge pull request #94 from pulumiverse/renovate/peter-evans-create-p…
Browse files Browse the repository at this point in the history
…ull-request-3.x

Update peter-evans/create-pull-request action to v3.14.0
  • Loading branch information
ringods authored Mar 26, 2024
2 parents 64d4295 + a07d8fc commit 920f41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/resync-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Build
run: make build
- name: Create PR (no linked issue)
uses: peter-evans/create-pull-request@v3.12.0
uses: peter-evans/create-pull-request@v3.14.0
with:
author: pulumi-bot <[email protected]>
base: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- run: make build_sdks
- id: create-pr
name: Create PR
uses: peter-evans/create-pull-request@v3.12.0
uses: peter-evans/create-pull-request@v3.14.0
with:
author: pulumi-bot <[email protected]>
base: master
Expand Down

0 comments on commit 920f41b

Please sign in to comment.