Skip to content

Commit

Permalink
Merge pull request #153 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.0

Build(deps): Bump peter-evans/create-pull-request from 6.1.0 to 7.0.0
  • Loading branch information
spowelljr authored Sep 3, 2024
2 parents 4d9c082 + aa3daea commit b77e3d1
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@c5a7806660adbe173f04e3e038b0ccdcd758773c
uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79
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@c5a7806660adbe173f04e3e038b0ccdcd758773c
uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: Update releases.json
Expand Down

0 comments on commit b77e3d1

Please sign in to comment.