Skip to content

Commit 2579500

Browse files
chore(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a56844 commit 2579500

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: ✍️ Spelling Check
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: Spell Check
1515
uses: streetsidesoftware/cspell-action@v6
1616
with:
@@ -20,20 +20,20 @@ jobs:
2020
name: 🏗️ Structure Validation
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: Check For Large Files (under 50KB)
2525
run: bash ./scripts/check_large_files.sh
2626
skill-validation:
2727
name: 📋 Skill Validation
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
- name: Validate SKILL.md Files
3232
run: bash ./scripts/validate_skills.sh
3333
manifest-validation:
3434
name: 📦 Manifest Validation
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v6
3838
- name: Validate Plugin Manifest
3939
run: bash ./scripts/validate_plugin_manifest.sh

0 commit comments

Comments
 (0)