diff --git a/.github/workflows/charts-mixins.yml b/.github/workflows/charts-mixins.yml index df62f134..385c0ae4 100644 --- a/.github/workflows/charts-mixins.yml +++ b/.github/workflows/charts-mixins.yml @@ -90,7 +90,7 @@ jobs: - name: Create pull request for charts updates id: cpr - uses: peter-evans/create-pull-request@v7.0.0 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ secrets.GITHUB_TOKEN }} branch: "mixins/update-${{ matrix.mixin }}-${{ github.event.inputs.mixins }}" diff --git a/.github/workflows/charts-policies.yml b/.github/workflows/charts-policies.yml index dbe73160..ed7450ec 100644 --- a/.github/workflows/charts-policies.yml +++ b/.github/workflows/charts-policies.yml @@ -74,7 +74,7 @@ jobs: - name: Create pull request for charts updates id: cpr - uses: peter-evans/create-pull-request@v7.0.0 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ secrets.GITHUB_TOKEN }} branch: "policies/update-portefaix-kyverno-${{ github.event.inputs.policies }}"