Skip to content

Commit

Permalink
Merge pull request #240 from buildpacks/dependabot/github_actions/pet…
Browse files Browse the repository at this point in the history
…er-evans/create-pull-request-5

Bump peter-evans/create-pull-request from 3 to 5
  • Loading branch information
jkutner authored Feb 2, 2024
2 parents a2ad772 + 3ee9f78 commit 5432492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-pack-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
sed -i -z "s/default: '[0-9]\{1,\}.[0-9]\{1,\}.[0-9]\{1,\}'/default: '${{ steps.version.outputs.new_version }}'/" setup-pack/action.yml
- name: Create pull request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.DISTRIBUTION_GITHUB_TOKEN }}
commit-message: Update default Pack version to v${{ steps.version.outputs.new_version }}
Expand Down

0 comments on commit 5432492

Please sign in to comment.