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:
@@ -19,7 +19,7 @@ jobs:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Apply latest Tessl optimization
|
||||
|
||||
Reference in New Issue
Block a user