We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1417a commit 0ee16deCopy full SHA for 0ee16de
.github/workflows/pre-commit-autoupdate.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
python-version: '3.x'
18
- uses: browniebroke/pre-commit-autoupdate-action@main
19
- - uses: peter-evans/create-pull-request@v6
+ - uses: peter-evans/create-pull-request@v7
20
21
token: ${{ secrets.GITHUB_TOKEN }}
22
branch: update/pre-commit-hooks
.github/workflows/test-package.yml
@@ -102,7 +102,7 @@ jobs:
102
coverage xml -o ./coverage.xml
103
104
- name: Upload coverage to Codecov
105
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
106
107
token: ${{ secrets.CODECOV_TOKEN }}
108
fail_ci_if_error: false
0 commit comments