Upgrade GitHub Actions for Node 24 compatibility (#912)

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
Salman Chishti 2026-02-26 12:23:57 +00:00 committed by GitHub
parent 04ec8c2bf1
commit c048019b38
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.12'