We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8817888 + 9ecf067 commit 66d7492Copy full SHA for 66d7492
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
with:
23
submodules: recursive
24
.github/workflows/format.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
16
17
- name: Setup Python
uses: actions/setup-python@v6
0 commit comments