Skip to content

Commit

Permalink
chore(deps): bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 (
Browse files Browse the repository at this point in the history
…#1563)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@b1ddad2...a4f52f8)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hervé Le Meur <[email protected]>
  • Loading branch information
dependabot[bot] and lemeurherve authored Mar 2, 2024
1 parent b3fed87 commit bd5e114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest-weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
private_key: ${{ secrets.JENKINS_ADMIN_APP_PRIVKEY }}
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1
with:
commit-message: 'feat(deps): bump jenkins weekly to ${{ steps.update.outputs.jenkins_version }}'
signoff: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/plugins-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Create infra.ci.jenkins.io Pull Request
id: cpr-infra-ci
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 #v6.0.0
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc #v6.0.1
with:
commit-message: 'chore(deps): update infra.ci.jenkins.io plugins'
signoff: false
Expand All @@ -52,7 +52,7 @@ jobs:

- name: Create weekly.ci.jenkins.io Pull Request
id: cpr-weekly-ci
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 #v6.0.0
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc #v6.0.1
with:
commit-message: 'chore(deps): update weekly.ci.jenkins.io plugins'
signoff: false
Expand Down

0 comments on commit bd5e114

Please sign in to comment.