Skip to content

Commit

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

Bump peter-evans/create-pull-request from 6.0.1 to 6.0.2
  • Loading branch information
spowelljr authored Mar 12, 2024
2 parents 346d49e + 0f55283 commit 51e0327
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@a4f52f8033a6168103c2538976c07b467e8163bc
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e
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@a4f52f8033a6168103c2538976c07b467e8163bc
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: Update releases.json
Expand Down

0 comments on commit 51e0327

Please sign in to comment.