fix(ci): downgrade actions/checkout from v5 to v4 for compatibility

This commit is contained in:
rE-Bo0t.bx1
2025-11-01 07:42:46 +09:00
parent 9f967de239
commit dd6b4e5cd0

View File

@@ -24,7 +24,7 @@ jobs:
steps:
# 🧩 Checkout
- name: 📥 Checkout Repository
uses: actions/checkout@v5
uses: actions/checkout@v4
# 🧮 Versioning & Metadata
- name: 🧮 Determine Version & Build Metadata