Skip to content

Commit 6bf682c

Browse files
authored
Merge pull request #212 from bgilbert/create-pull
workflows: update create-pull-request to v6
2 parents 8c568c2 + 2e0c525 commit 6bf682c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
modified=$(echo $modified | sed -e 's/ /, /g')
4646
echo "modified=$modified" >> $GITHUB_OUTPUT
4747
- name: Post updated wraps
48-
uses: peter-evans/create-pull-request@v5
48+
uses: peter-evans/create-pull-request@v6
4949
with:
5050
token: ${{ secrets.OPENSLIDE_BOT_TOKEN }}
5151
author: "${{ env.GIT_NAME }} <${{ env.GIT_EMAIL }}>"

0 commit comments

Comments
 (0)