1
0

chore: freeze yycc dep version in github action workflow

This commit is contained in:
2026-03-22 13:22:16 +08:00
parent dfaf911b57
commit a5aee0a464
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'yyc12345/YYCCommonplace'
ref: 'master'
ref: 'v2.0.0'
path: 'extern/YYCCommonplace'
- name: Build YYCCommonplace
shell: bash

View File

@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'yyc12345/YYCCommonplace'
ref: 'master'
ref: 'v2.0.0'
path: 'extern/YYCCommonplace'
- name: Build YYCCommonplace
shell: bash

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'yyc12345/YYCCommonplace'
ref: 'master'
ref: 'v2.0.0'
path: 'extern/YYCCommonplace'
- name: Build YYCCommonplace
shell: cmd