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.
1 parent 7c1528c commit 4c0229eCopy full SHA for 4c0229e
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Checkout
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
25
26
- name: Install markdownlint-cli
27
run: npm install -g markdownlint-cli
.github/workflows/publish-wiki.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Publish wiki
uses: Andrew-Chen-Wang/github-wiki-action@v5
0 commit comments