File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060
6161 steps :
6262 - name : Checkout code
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v5
6464 with :
6565 submodules : ${{ inputs.submodules }}
6666
Original file line number Diff line number Diff line change 9797 steps :
9898 # Base setup
9999
100- - uses : actions/checkout@v4
100+ - uses : actions/checkout@v5
101101 with :
102102 fetch-depth : 0 # As we want to check if the remote branch already exists and is up to date
103103 token : ${{ secrets.GITHUB_TOKEN_OVERRIDE || secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3434 type : string
3535 submodules :
3636 default : false
37- description : ' From actions/checkout@v4 '
37+ description : ' From actions/checkout@v5 '
3838 required : false
3939 type : string
4040
7373 ts_lib : ${{ fromJson(needs.resolve_inputs.outputs.tsLibs) }}
7474 ts_project : ${{ fromJson(needs.resolve_inputs.outputs.tsProjects) }}
7575 steps :
76- - uses : actions/checkout@v4
76+ - uses : actions/checkout@v5
7777 - name : Use Node.js ${{ matrix.node_version }}
7878 uses : actions/setup-node@v4
7979 with :
You can’t perform that action at this time.
0 commit comments