File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 is-official : ${{ steps.scope.outputs.is-official }}
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343
4444 - name : Determine build scope
4545 id : scope
8181 runs-on : ${{ matrix.runner }}
8282 steps :
8383 - name : Checkout
84- uses : actions/checkout@v5
84+ uses : actions/checkout@v6
8585
8686 - name : Install tools
8787 shell : pwsh
Original file line number Diff line number Diff line change 5555 matrix : ${{ steps.scope.outputs.matrix }}
5656 steps :
5757 - name : Checkout
58- uses : actions/checkout@v5
58+ uses : actions/checkout@v6
5959
6060 - name : Determine build scope
6161 id : scope
9191 runs-on : ${{ matrix.runner }}
9292 steps :
9393 - name : Checkout
94- uses : actions/checkout@v5
94+ uses : actions/checkout@v6
9595
9696 - name : Install tools
9797 shell : pwsh
@@ -188,7 +188,7 @@ jobs:
188188 runs-on : ubuntu-latest
189189 steps :
190190 - name : Checkout
191- uses : actions/checkout@v5
191+ uses : actions/checkout@v6
192192
193193 - name : Install tools
194194 shell : pwsh
Original file line number Diff line number Diff line change 3636 runs-on : ${{ matrix.runner }}
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040
4141 - name : Install tools
4242 shell : pwsh
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Checkout
81- uses : actions/checkout@v5
81+ uses : actions/checkout@v6
8282
8383 - name : Install tools
8484 shell : pwsh
Original file line number Diff line number Diff line change 4343 runs-on : ${{ matrix.runner }}
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747
4848 - name : Install tools
4949 shell : pwsh
You can’t perform that action at this time.
0 commit comments