Skip to content

Commit

Permalink
Merge pull request #114 from qclaogui/dependabot/github_actions/peter…
Browse files Browse the repository at this point in the history
…-evans/create-pull-request-6.0.4

Bump peter-evans/create-pull-request from 6.0.3 to 6.0.4
  • Loading branch information
qclaogui authored Apr 22, 2024
2 parents 95b9453 + e977f55 commit 22164d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@c55203cfde3e5c11a452d352b4393e68b85b4533 #v6.0.3
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 #v6.0.4
with:
token: ${{ steps.app-token.outputs.token }}
title: Add release notes for ${{ steps.draft.outputs.tag_name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
-
name: Create pull request
if: steps.updatecli-apply.outputs.changed == 'true'
uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 #v6.0.3
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 #v6.0.4
with:
token: ${{ steps.app-token.outputs.token }}
title: "[updatecli] Update common dependency helm charts"
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
-
name: Create pull request
if: steps.updatecli-apply.outputs.changed == 'true'
uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 #v6.0.3
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 #v6.0.4
with:
token: ${{ steps.app-token.outputs.token }}
title: "[updatecli] Update LGTMP stack dependency Helm charts"
Expand Down

0 comments on commit 22164d1

Please sign in to comment.