Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
App Token Issuer Releng Renovate Bot committed Apr 30, 2024
1 parent add95d9 commit 2cca399
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 @@ -148,7 +148,7 @@ runs:
- name: Create PR to deploy
id: create-pr
if: success()
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6.0.4
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
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 @@ -89,7 +89,7 @@ runs:
github-token: ${{ steps.get-gh-token-updater.outputs.access-token }}

- name: Create pull request
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6.0.4
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
with:
token: ${{ steps.get-gh-token.outputs.access-token }}
title: "chore(deps): bump github actions"
Expand Down

0 comments on commit 2cca399

Please sign in to comment.