File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 - name : GITHUB CONTEXT
1616 env :
1717 GITHUB_CONTEXT : ${{ toJson(github) }}
Original file line number Diff line number Diff line change 4545 runs-on : ${{ matrix.settings.host }}
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949 - name : Setup pnpm
5050 uses : pnpm/action-setup@v4
5151 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : Setup Rust
1414 uses : dtolnay/rust-toolchain@stable
1515 with :
Original file line number Diff line number Diff line change 1212 pull-requests : write
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 ref : ${{ github.head_ref }}
1818
Original file line number Diff line number Diff line change 1717 template : [ bug_report.yml ]
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121
2222 - name : 解析模板
2323 uses : stefanbuck/github-issue-parser@v3
Original file line number Diff line number Diff line change 6060 runs-on : ${{ matrix.host }}
6161 steps :
6262 - name : Checkout
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v5
6464 - name : Setup pnpm
6565 uses : pnpm/action-setup@v4
6666 with :
@@ -153,7 +153,7 @@ jobs:
153153 runs-on : ubuntu-latest
154154 steps :
155155 - name : Checkout
156- uses : actions/checkout@v4
156+ uses : actions/checkout@v5
157157 - name : Setup Rust
158158 uses : dtolnay/rust-toolchain@stable
159159 with :
Original file line number Diff line number Diff line change 3333 steps :
3434 # Setup
3535 - name : Checkout
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737
3838 # Log meta
3939 - name : GITHUB CONTEXT
9595 steps :
9696 # Setup
9797 - name : Checkout
98- uses : actions/checkout@v4
98+ uses : actions/checkout@v5
9999 with :
100100 ref : ${{ github.ref_name }}
101101 - name : Setup pnpm
@@ -280,7 +280,7 @@ jobs:
280280 run : pnpm build
281281
282282 - name : Checkout Harmony Project
283- uses : actions/checkout@v4
283+ uses : actions/checkout@v5
284284 with :
285285 repository : NervJS/taro-harmony-project
286286 path : packages/taro-platform-harmony-cpp/harmony_project
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Checkout taro-docs
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 repository : NervJS/taro-docs
2020 fetch-depth : 1
You can’t perform that action at this time.
0 commit comments