ci(actions): Update workflow setup actions
Bump GitHub Actions checkout, setup-node, and setup-python to Node 24-compatible major versions across the maintained workflows. This removes the runner deprecation warning without changing the workflow logic itself.
This commit is contained in:
2
.github/workflows/skill-review.yml
vendored
2
.github/workflows/skill-review.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
pull-requests: write
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: tesslio/skill-review-and-optimize@d81583861aaf29d1da7f10e6539efef4e27b0dd5
|
||||
with:
|
||||
optimize: 'true'
|
||||
|
||||
Reference in New Issue
Block a user