Skip to content

Commit 0ee16de

Browse files
committed
Bump actions.
1 parent 2d1417a commit 0ee16de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit-autoupdate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: '3.x'
1818
- uses: browniebroke/pre-commit-autoupdate-action@main
19-
- uses: peter-evans/create-pull-request@v6
19+
- uses: peter-evans/create-pull-request@v7
2020
with:
2121
token: ${{ secrets.GITHUB_TOKEN }}
2222
branch: update/pre-commit-hooks

.github/workflows/test-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
coverage xml -o ./coverage.xml
103103
104104
- name: Upload coverage to Codecov
105-
uses: codecov/codecov-action@v4
105+
uses: codecov/codecov-action@v5
106106
with:
107107
token: ${{ secrets.CODECOV_TOKEN }}
108108
fail_ci_if_error: false

0 commit comments

Comments
 (0)