Skip to content

Commit

Permalink
Merge pull request #51 from kubernetes-sigs/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/peter-evans/create-pull-request-5.0.0

Bump peter-evans/create-pull-request from 4.2.4 to 5.0.0
  • Loading branch information
spowelljr authored Apr 5, 2023
2 parents 248f2df + 50e3825 commit a827eb6
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@38e0b6e68b4c852a5500a94740f0e535e0d7ba54
uses: peter-evans/create-pull-request@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5
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 @@ -108,7 +108,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@38e0b6e68b4c852a5500a94740f0e535e0d7ba54
uses: peter-evans/create-pull-request@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: Update releases.json
Expand Down

0 comments on commit a827eb6

Please sign in to comment.