Upgrade GitHub Actions for Node 24 compatibility (#9961)
Some checks failed
Close stale issues / stale (push) Has been cancelled

This commit is contained in:
Salman Chishti
2026-02-07 14:04:56 +00:00
committed by GitHub
parent 00b3590e41
commit 05bd8cfb8a

View File

@@ -13,7 +13,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9.1.0
- uses: actions/stale@v10.1.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}