Skip to content

Commit

Permalink
Merge pull request #155 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/peter-evans/create-pull-request-7.0.2

Build(deps): Bump peter-evans/create-pull-request from 7.0.1 to 7.0.2
  • Loading branch information
spowelljr authored Sep 12, 2024
2 parents 31a678b + e8cedeb commit 9bdda2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
export VERSION=${{ github.event.inputs.version }}
make bump-version
- name: Create PR
uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20
uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: Bump version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
export VERSION=$(sed -n -e 's/.*QVersionNumber::fromString(\"\(.*\)\");/\1/p' src/window.cpp)
make update-releases-json
- name: Create PR
uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20
uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: Update releases.json
Expand Down

0 comments on commit 9bdda2c

Please sign in to comment.