Skip to content

Commit 699e273

Browse files
authored
Merge pull request hyperledger-indy#1840 from hyperledger/dependabot/github_actions/all-actions-894fc5cb1d
Bump the all-actions group with 1 update
2 parents 3cd110d + eea750c commit 699e273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/repoDispatchable_UpdatePlenumDependency.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sed -i "s/\(indy-plenum==\)[^ ]*/\1${{ github.event.client_payload.pyVersion }},/g" setup.py
1515
1616
- name: Create Pull Request
17-
uses: peter-evans/create-pull-request@v3
17+
uses: peter-evans/create-pull-request@v6
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
author: ${{ github.actor }} <${{ github.event.pusher.email }}>

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
./bump_version.sh ${{ needs.taginfos.outputs.VERSION }}
6969
7070
- name: Create Pull Request
71-
uses: peter-evans/create-pull-request@v3
71+
uses: peter-evans/create-pull-request@v6
7272
with:
7373
author: ${{ github.actor }} <${{ github.event.pusher.email }}>
7474
committer: ${{ github.actor }} <${{ github.event.pusher.email }}>

0 commit comments

Comments
 (0)