Upgrade GitHub Actions for Node 24 compatibility (#15445)

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
Co-authored-by: chenyu <chenyu@fastmail.com>
This commit is contained in:
Salman Chishti 2026-03-24 14:28:19 +00:00 committed by GitHub
commit 9567075e20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 69 additions and 69 deletions

View file

@ -12,9 +12,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install dependencies