Skip to content

Commit

Permalink
chore(workflows/dependencies): update peter-evans/create-pull-request…
Browse files Browse the repository at this point in the history
… action to v6
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 4b0dac4 commit d450da0
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-artifacthub-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- run: ./.github/scripts/enforce-trusted-registries.sh "charts/${{ matrix.chart }}"

- id: create-pr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
add-paths: |
charts/${{ matrix.chart }}/Chart.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-codeowners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Create PR
id: create-pr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
add-paths: |
.github/CODEOWNERS
Expand Down

0 comments on commit d450da0

Please sign in to comment.