Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v6 (#148)
Browse files Browse the repository at this point in the history
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 Feb 7, 2024
1 parent 794084f commit 8c4d150
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@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0
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@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0
with:
token: ${{ steps.get-gh-token.outputs.access-token }}
title: "chore(deps): bump github actions"
Expand Down

0 comments on commit 8c4d150

Please sign in to comment.