Merge branch 'main' into feat/plugin-feature

This commit is contained in:
Ian Chua
2026-07-03 13:29:40 +08:00
committed by GitHub
47 changed files with 10937 additions and 6788 deletions

View File

@@ -37,13 +37,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: 'false'
- name: load cached deps
if: ${{ !(runner.os == 'macOS' && inputs.macos-combine-only) }}
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ${{ inputs.cache-path }}
key: ${{ inputs.cache-key }}