We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa3c1f commit 4006c46Copy full SHA for 4006c46
2 files changed
.github/workflows/cd.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
with:
30
fetch-depth: 0
31
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
name: Format
22
23
24
- uses: actions/setup-python@v5
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
0 commit comments