We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f5fd2 commit 8819e23Copy full SHA for 8819e23
.github/workflows/autocorrect.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Check source code
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
15
- name: AutoCorrect
16
uses: huacnlee/autocorrect-action@main
package.json
@@ -15,11 +15,11 @@
"author": "",
"license": "ISC",
17
"devDependencies": {
18
- "@types/markdown-it-footnote": "^3.0.0",
+ "@types/markdown-it-footnote": "^3.0.4",
19
"prettier": "2.7.1",
20
- "sitemap": "^7.1.1",
+ "sitemap": "^7.1.2",
21
"vitepress": "1.0.0-rc.32",
22
- "vue": "^3.3.12"
+ "vue": "^3.5.13"
23
},
24
"dependencies": {
25
"markdown-it-footnote": "^3.0.3"
0 commit comments