Skip to content

Commit

Permalink
Merge pull request #408 from fluxcd/dependabot/github_actions/peter-e…
Browse files Browse the repository at this point in the history
…vans/create-pull-request-7

Bump peter-evans/create-pull-request from 6 to 7
  • Loading branch information
stefanprodan authored Sep 4, 2024
2 parents caf5983 + 65a17ad commit cae4e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-kubecon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
./script/update-kubecon.sh
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update KUBECON.md
title: Update from source URL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-project-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.BOT_GITHUB_TOKEN}}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: Update maintainer data
signoff: true
Expand Down

0 comments on commit cae4e67

Please sign in to comment.