File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 name : 📝 Markdown Quality
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - name : Lint Markdown
1515 uses : DavidAnson/markdownlint-cli2-action@v19
1616 with :
2020 name : ✍️ Spelling Check
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - name : Spell Check Code
2525 uses : streetsidesoftware/cspell-action@v6
2626 with :
3232 outputs :
3333 skills : ${{ steps.changed-skills.outputs.skills }}
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v6
3636 with :
3737 fetch-depth : 0
3838 - name : Get changed skills
5757 matrix :
5858 skill : ${{ fromJson(needs.detect-changed-skills.outputs.skills) }}
5959 steps :
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@v6
6161 - name : Validate ${{ matrix.skill }}
6262 id : validate
6363 uses : Flash-Brew-Digital/validate-skill@v1
7676 name : 📦 Manifest Validation
7777 runs-on : ubuntu-latest
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v6
8080 - name : Validate Plugin Manifest
8181 run : bash ./scripts/validate_plugin_manifest.sh
You can’t perform that action at this time.
0 commit comments