File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v6
29+ uses : actions/checkout@v7
3030 - uses : pnpm/action-setup@v6
3131 with :
3232 version : 11.2.2
4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v6
48+ uses : actions/checkout@v7
4949 - uses : pnpm/action-setup@v6
5050 with :
5151 version : 11.2.2
Original file line number Diff line number Diff line change 1616 analyze :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020
2121 - uses : pnpm/action-setup@v6
2222 with :
Original file line number Diff line number Diff line change 3232 private-key : ${{ secrets.APP_PRIVATE_KEY }}
3333
3434 - name : Checkout
35- uses : actions/checkout@v6
35+ uses : actions/checkout@v7
3636 with :
3737 fetch-depth : 0
3838 token : ${{ steps.app-token.outputs.token }}
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : Checkout
77- uses : actions/checkout@v6
77+ uses : actions/checkout@v7
7878 with :
7979 fetch-depth : 0
8080 fetch-tags : true
Original file line number Diff line number Diff line change 4646 environment : data-manager-ui/test
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v6
49+ uses : actions/checkout@v7
5050 - uses : pnpm/action-setup@v6
5151 with :
5252 version : 11.2.2
You can’t perform that action at this time.
0 commit comments