chore(ci): upgrade GitHub Actions for Node 24 compatibility (#1047)

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
Salman Chishti
2026-02-28 18:56:02 +08:00
committed by GitHub
parent b3117e9ad8
commit c3e21cbe63
7 changed files with 22 additions and 22 deletions
@@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v6
# Turborepo
- name: Cache turbo build setup
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}