Upgrade GitHub Actions for Node 24 compatibility

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
Salman Muin Kayser Chishti 2026-02-26 09:21:59 +00:00
parent 2bde21ff57
commit 311a8e25d3
No known key found for this signature in database
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