Skip to content

Commit 7a4404f

Browse files
ci: add airframe clone step and upgrade checkout to v5 in version-validation
1 parent 4d97c6c commit 7a4404f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/version-validation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ jobs:
1717
runs-on: ubuntu-latest
1818
name: "🔍 Version Consistency Check"
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0 # Need full history for tag comparison
23+
token: ${{ secrets.AIRFRAME_ACCESS_TOKEN }}
24+
25+
- name: Clone Airframe engine
26+
run: git clone https://x-access-token:${{ secrets.AIRFRAME_ACCESS_TOKEN }}@github.com/Michael-A-Kuykendall/airframe.git ../airframe --branch v0.0.1 --depth 1
2327

2428
- name: Install Rust
2529
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)