Skip to content

Commit

Permalink
Merge pull request #1840 from hyperledger/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ll-actions-894fc5cb1d

Bump the all-actions group with 1 update
  • Loading branch information
WadeBarnes committed Feb 14, 2024
2 parents 3cd110d + eea750c commit 699e273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
sed -i "s/\(indy-plenum==\)[^ ]*/\1${{ github.event.client_payload.pyVersion }},/g" setup.py
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
author: ${{ github.actor }} <${{ github.event.pusher.email }}>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
./bump_version.sh ${{ needs.taginfos.outputs.VERSION }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v6
with:
author: ${{ github.actor }} <${{ github.event.pusher.email }}>
committer: ${{ github.actor }} <${{ github.event.pusher.email }}>
Expand Down

0 comments on commit 699e273

Please sign in to comment.