Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v7.0.2
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 Sep 12, 2024
1 parent 5b9cda6 commit 5dee22f
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].0
uses: peter-evans/[email protected].2
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].0
uses: peter-evans/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: "policies/update-portefaix-kyverno-${{ github.event.inputs.policies }}"
Expand Down

0 comments on commit 5dee22f

Please sign in to comment.