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:
shwoop
2025-09-11 21:14:19 +02:00
committed by GitHub
parent d82df2b431
commit 075cbd5a0f
3 changed files with 7 additions and 7 deletions

View File

@@ -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