Upgrade GitHub Actions for Node 24 compatibility (#781)

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
Salman Chishti 2026-02-26 18:45:03 +00:00 committed by GitHub
parent 2bde21ff57
commit e2380063f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 36 additions and 36 deletions

View file

@ -13,7 +13,7 @@ jobs:
steps:
# Check out the code from the repository
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v6
# Set up Docker
- name: Set up Docker