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 07cd6be commit 26904a6Copy full SHA for 26904a6
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
steps:
19
- name: Clone Repository
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
22
- name: Set up Python ${{ matrix.python-version }}
23
uses: actions/setup-python@v5
@@ -84,7 +84,7 @@ jobs:
84
- name: Set up Poetry
85
run: pipx install poetry==1.8.5 --python python3.11
86
87
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
88
with:
89
fetch-depth: 0
90
.github/workflows/conventional-commits.yml
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
24
25
26
sparse-checkout: |
27
.github
0 commit comments