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 916154e commit 183824aCopy full SHA for 183824a
.github/workflows/build.yaml
@@ -23,7 +23,7 @@ jobs:
23
name: "Build @ ${{ matrix.python-version }}"
24
steps:
25
- name: "Checkout Repository"
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
27
with:
28
fetch-depth: 0
29
@@ -73,7 +73,7 @@ jobs:
73
id-token: write
74
75
76
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
77
78
79
submodules: true
.github/workflows/coverage_and_lint.yaml
@@ -20,7 +20,7 @@ jobs:
20
name: "Type Coverage and Linting @ ${{ matrix.python-version }}"
21
22
0 commit comments