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 423dc57 + d460db0 commit 47d00d0Copy full SHA for 47d00d0
2 files changed
.github/workflows/check_code_format.yml
@@ -13,7 +13,7 @@ jobs:
13
name: check format code
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
18
- name: Install fprettify
19
run: pip install fprettify
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Checkout
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
25
26
- name: Display versions
27
run: |
0 commit comments