Skip to content

Commit 72399f2

Browse files
Update github-actions
1 parent b8b3258 commit 72399f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
with:
1818
persist-credentials: false
19-
- uses: j178/prek-action@v1
19+
- uses: j178/prek-action@v2
2020

2121
mypy:
2222
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uvx --python ${{ matrix.python-version }} --with tox-uv tox -e py
6666
6767
- name: Upload coverage
68-
uses: codecov/codecov-action@v5
68+
uses: codecov/codecov-action@v6
6969
with:
7070
flags: ${{ matrix.os }}
7171
name: ${{ matrix.os }} Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)