chore(ci): bump github actions and use go.mod Go version (#2880)
- actions/checkout from v4 to v5 - actions/setup-go uses go-version from go.mod file - DavidAnson/markdownlint-cli2-action from v19 to v20
This commit is contained in:
4
.github/workflows/markdown.yml
vendored
4
.github/workflows/markdown.yml
vendored
@@ -18,9 +18,9 @@ jobs:
|
||||
actions: read
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v19
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20
|
||||
with:
|
||||
globs: "**.md"
|
||||
config: .markdownlint.json
|
||||
|
||||
Reference in New Issue
Block a user