diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 1e5ad7f9..cd00969f 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -36,7 +36,7 @@ jobs: echo "${{ steps.draft.outputs.body }}" > docs/release_notes/${tag_name:1}.md - name: Upsert Pull Request - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f #v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f #v7.0.6 with: token: ${{ steps.app-token.outputs.token }} title: Add release notes for ${{ steps.draft.outputs.tag_name }} diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index cf39e777..a955767f 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -44,7 +44,7 @@ jobs: - name: Create pull request if: steps.updatecli-apply.outputs.changed == 'true' - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f #v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f #v7.0.6 with: token: ${{ steps.app-token.outputs.token }} title: "[kubernetes] Update common dependency helm charts" @@ -103,7 +103,7 @@ jobs: - name: Create pull request if: steps.updatecli-apply.outputs.changed == 'true' - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f #v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f #v7.0.6 with: token: ${{ steps.app-token.outputs.token }} title: "[kubernetes] Update LGTMP stack dependency Helm charts"