Skip to content

Commit

Permalink
Update peter-evans/create-pull-request action to v7.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 6075401 commit 7f4479a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts-mixins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Create pull request for charts updates
id: cpr
uses: peter-evans/[email protected].5
uses: peter-evans/[email protected].6
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: "mixins/update-${{ matrix.mixin }}-${{ github.event.inputs.mixins }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/charts-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Create pull request for charts updates
id: cpr
uses: peter-evans/[email protected].5
uses: peter-evans/[email protected].6
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: "policies/update-portefaix-kyverno-${{ github.event.inputs.policies }}"
Expand Down

0 comments on commit 7f4479a

Please sign in to comment.