We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a0805 commit 2f238ccCopy full SHA for 2f238cc
.github/workflows/ci.yml
@@ -20,14 +20,14 @@ jobs:
20
- uses: actions/checkout@v4
21
with:
22
fetch-depth: 0
23
- - uses: wagoid/commitlint-github-action@v5.4.4
+ - uses: wagoid/commitlint-github-action@v5.4.5
24
lint:
25
runs-on: ubuntu-latest
26
steps:
27
28
- uses: actions/setup-python@v5
29
30
- python-version: "3.10"
+ python-version: "3.11"
31
- uses: pre-commit/action@v3.0.0
32
33
test:
@@ -47,7 +47,7 @@ jobs:
47
uses: actions/setup-python@v5
48
49
python-version: ${{ matrix.python-version }}
50
- - uses: snok/install-poetry@v1.3.4
+ - uses: snok/install-poetry@v1.4.1
51
- name: Install Dependencies
52
run: poetry install
53
shell: bash
0 commit comments