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 v7
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 515ce2d commit f837011
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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
with:
add-paths: |
.github/CODEOWNERS
Expand Down

0 comments on commit f837011

Please sign in to comment.