Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 6 to 7 in the github-action…
Browse files Browse the repository at this point in the history
…s group (#29)

* Bump peter-evans/create-pull-request in the github-actions group

Bumps the github-actions group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).


Updates `peter-evans/create-pull-request` from 6 to 7
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v6...v7)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>

* 🔧 add commit signing

* 🔧 elevate permissions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: burgholzer <burgholzer@me.com>
  • Loading branch information
dependabot[bot] and burgholzer authored Sep 9, 2024
1 parent 8dea125 commit dba77f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reusable-mqt-core-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
update-mqt-core:
name: ⬆️ Update MQT Core
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
# Check out the repository
- uses: actions/checkout@v4
Expand Down Expand Up @@ -134,7 +137,7 @@ jobs:
- name: Create pull request
id: create-pull-request
if: steps.compare-versions.outputs.update == 'true'
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ github.token }}
commit-message: "⬆️ Update `cda-tum/mqt-core`"
Expand All @@ -150,3 +153,4 @@ jobs:
branch: "update-mqt-core-${{ steps.determine-new-version-and-revision.outputs.new_revision }}"
labels: "dependencies,c++"
base: "main"
sign-commits: "true"

0 comments on commit dba77f0

Please sign in to comment.