Skip to content

Commit 2f238cc

Browse files
committed
fix: some other version bumps
1 parent 71a0805 commit 2f238cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
23-
- uses: wagoid/commitlint-github-action@v5.4.4
23+
- uses: wagoid/commitlint-github-action@v5.4.5
2424
lint:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.10"
30+
python-version: "3.11"
3131
- uses: pre-commit/action@v3.0.0
3232

3333
test:
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/setup-python@v5
4848
with:
4949
python-version: ${{ matrix.python-version }}
50-
- uses: snok/install-poetry@v1.3.4
50+
- uses: snok/install-poetry@v1.4.1
5151
- name: Install Dependencies
5252
run: poetry install
5353
shell: bash

0 commit comments

Comments
 (0)