Upgrade GitHub Actions for Node 24 compatibility (#6699)

This commit is contained in:
Zane Staggs
2026-01-28 09:18:21 -08:00
parent e4938c69e0
commit 96dc2fd9b1
31 changed files with 84 additions and 84 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
steps:
# Use the official stale action from GitHub
- name: 'Close Stale PRs'
uses: actions/stale@v10
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
with:
# Authentication token with required permissions
repo-token: ${{ secrets.GITHUB_TOKEN }}