Skip to content

Commit

Permalink
chore: Bump peter-evans/create-pull-request from 6.0.4 to 6.0.5
Browse files Browse the repository at this point in the history
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@9153d83...6d6857d)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent 87d7e68 commit 0689578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: tj-actions/verify-changed-files@de152e1bce12b93e6be184571c98cdf077262056
id: verify-changed-files
- name: Create PR
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e
if: steps.verify-changed-files.outputs.files_changed == 'true'
with:
token: ${{ secrets.APIX_BOT_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_tf_compatibility_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: tj-actions/verify-changed-files@de152e1bce12b93e6be184571c98cdf077262056
id: verify-changed-files
- name: Create PR
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e
if: steps.verify-changed-files.outputs.files_changed == 'true'
with:
title: "doc: Updates Terraform Compatibility Matrix documentation"
Expand Down

0 comments on commit 0689578

Please sign in to comment.