Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v6.0.2 (#…
Browse files Browse the repository at this point in the history
…224)

Co-authored-by: App Token Issuer Releng Renovate Bot <376532+app-token-issuer-releng-renovate[bot]@users.noreply.github.com>
  • Loading branch information
app-token-issuer-releng-renovate[bot] and App Token Issuer Releng Renovate Bot authored Mar 14, 2024
1 parent 16b8632 commit e4f8180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/helm-version-bump-receiver/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ runs:

- name: Create PR to deploy
id: create-pr
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
with:
base: ${{ inputs.pr-base-branch }}
branch:
Expand Down
2 changes: 1 addition & 1 deletion actions/update-actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
github-token: ${{ steps.get-gh-token-updater.outputs.access-token }}

- name: Create pull request
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
with:
token: ${{ steps.get-gh-token.outputs.access-token }}
title: "chore(deps): bump github actions"
Expand Down

0 comments on commit e4f8180

Please sign in to comment.