Skip to content

Commit 0eacc96

Browse files
authored
Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-4
2 parents 5478f38 + 99693f4 commit 0eacc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "RUFF_SUCCESS=$([ $? -eq 0 ])" >> $GITHUB_ENV
4343
4444
- name: Create Pull Request
45-
uses: peter-evans/create-pull-request@v5
45+
uses: peter-evans/create-pull-request@v6
4646
if: ${{ !env.RUFF_SUCCESS }}
4747
with:
4848
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)