Skip to content

Commit 96b574a

Browse files
chore(deps): update peter-evans/create-pull-request action to v8 (#183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db9a836 commit 96b574a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispath-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sed -i -E 's|(image: obolnetwork/charon:\$\{CHARON_VERSION:-)v\.?[0-9]+\.[0-9]+\.[0-9]+[a-zA-Z0-9\-]*}|\1v'"${TAG_NAME}"'}|' docker-compose.yml
2323
2424
- name: Create Pull Request
25-
uses: peter-evans/create-pull-request@v7
25+
uses: peter-evans/create-pull-request@v8
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
base: main

0 commit comments

Comments
 (0)