Skip to content

Commit 03c6800

Browse files
fix(deps): update all major dependencies
1 parent 0b567bb commit 03c6800

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-python@v4
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.10'
1717

@@ -29,8 +29,8 @@ jobs:
2929
- test
3030
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3131
steps:
32-
- uses: actions/checkout@v3
33-
- uses: actions/setup-python@v4
32+
- uses: actions/checkout@v4
33+
- uses: actions/setup-python@v5
3434
with:
3535
python-version: '3.10'
3636

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pre-commit==3.8.0
1+
pre-commit==4.0.1

0 commit comments

Comments
 (0)