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 9c3264d + c43766e commit ed8bcf6Copy full SHA for ed8bcf6
.github/workflows/markdown-linting.yml
@@ -10,7 +10,7 @@ jobs:
10
linting:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- uses: DavidAnson/markdownlint-cli2-action@v20
15
with:
16
config: '.markdownlint.json'
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ jobs:
7
push-to-live:
8
9
ref: staging
fetch-depth: 0
.github/workflows/validate-packages.yml
@@ -11,7 +11,7 @@ jobs:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: schema-validation-action
17
uses: cardinalby/schema-validator-action@3.1.1
0 commit comments