Skip to content

Commit

Permalink
Merge pull request #7 from softleader/dependabot/github_actions/peter…
Browse files Browse the repository at this point in the history
…-evans/create-pull-request-6

chore(deps): bump peter-evans/create-pull-request from 5 to 6
  • Loading branch information
shihyuho authored Apr 5, 2024
2 parents ffa2c68 + e19aa84 commit 1f1abd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-libjvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "version=$(go list -m -f '{{.Version}}' github.com/paketo-buildpacks/libjvm)" >> "$GITHUB_OUTPUT"
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
# 請參考 https://github.com/peter-evans/create-pull-request 以獲得更詳盡的說明
with:
commit-message: "chore: bump libjvm from ${{ steps.current-version.outputs.version }} to ${{ steps.latest-version.outputs.version }}"
Expand Down

0 comments on commit 1f1abd9

Please sign in to comment.