Skip to content

Commit 832cde2

Browse files
Bump peter-evans/create-pull-request from 5.0.0 to 5.0.1 (#4555)
1 parent f20a2f2 commit 832cde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoTestPR.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
curl -u github-actions:${{ secrets.GITHUB_TOKEN }} -d '{ "body": "The specified test cannot be excluded. Action run: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}" }' -X POST ${{ github.event.issue.comments_url }}
4040
- name: Create Pull Request
41-
uses: peter-evans/create-pull-request@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5 # v5.0.0
41+
uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
4242
with:
4343
path: 'tests'
4444
title: '${{ github.event.comment.body }}'

0 commit comments

Comments
 (0)