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 56ec363 commit 78c4e08Copy full SHA for 78c4e08
.github/workflows/ci-production.yml
@@ -25,10 +25,9 @@ jobs:
25
run:
26
shell: bash
27
steps:
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
with:
30
fetch-depth: 0
31
- - uses: actions/checkout@v4
32
- name: Install poetry
33
run: pipx install poetry
34
- name: Install Python ${{ matrix.config.python-version }}
.github/workflows/ci-tests.yml
@@ -26,10 +26,9 @@ jobs:
35
0 commit comments