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 2c079fa commit 3ef6c83Copy full SHA for 3ef6c83
.github/workflows/coverage_lint_build.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
with:
21
fetch-depth: 0
22
@@ -42,7 +42,7 @@ jobs:
42
name: Make source distribution
43
runs-on: ubuntu-latest
44
45
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
46
47
- run: pipx run build --sdist
48
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
@@ -84,7 +84,7 @@ jobs:
84
name: "Type Coverage and Linting @ ${{ matrix.python-version }}"
85
86
- name: "Checkout Repository"
87
88
89
90
0 commit comments