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 49d74cc + 857642e commit 3448e2eCopy full SHA for 3448e2e
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
name: Format
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
25
with:
26
fetch-depth: 0
27
- uses: actions/setup-python@v4
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
@@ -70,7 +70,7 @@ jobs:
70
needs: [pre-commit]
71
72
73
74
75
76
0 commit comments