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.
2 parents cdbb247 + 9b1b38c commit 131ec3fCopy full SHA for 131ec3f
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
static-code-checks:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
21
- name: Set up Python 3.11
22
uses: actions/setup-python@v5
@@ -43,7 +43,7 @@ jobs:
43
shell: bash -leo pipefail {0}
44
45
46
47
with:
48
fetch-depth: 0
49
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
9
deploy:
10
11
12
13
14
15
0 commit comments