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 6a803af + bb7a9ab commit fb4dbf1Copy full SHA for fb4dbf1
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: checkout
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
- name: setup python
15
run: |
16
curl -SsL https://mise.run | bash > /dev/null
@@ -37,7 +37,7 @@ jobs:
37
38
39
- name: Checkout
40
41
- name: Markdown linting
42
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e
43
with:
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
- name: yaml lint
53
uses: reviewdog/action-yamllint@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0
54
0 commit comments