File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 mkdir -p $HOME/.rush-user
4848 @{ buildCacheFolder = Join-Path ${{ github.workspace }} rush-cache } | ConvertTo-Json > $HOME/.rush-user/settings.json
4949
50- - uses : actions/checkout@v3
50+ - uses : actions/checkout@v6
5151 with :
5252 fetch-depth : 2
5353 path : repo-a
5858 git config --local user.email "rushbot@users.noreply.github.com"
5959 working-directory : repo-a
6060
61- - uses : actions/setup-node@v3
61+ - uses : actions/setup-node@v6
6262 with :
6363 node-version : ${{ matrix.NodeVersion }}
6464
8888 working-directory : repo-a
8989
9090 - name : Clone another copy of the repo to test the build cache
91- uses : actions/checkout@v3
91+ uses : actions/checkout@v6
9292 with :
9393 fetch-depth : 1
9494 path : repo-b
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Use nodejs
26- uses : actions/setup-node@v3
26+ uses : actions/setup-node@v6
2727 with :
2828 node-version : 16
2929 - name : Parse PR body
You can’t perform that action at this time.
0 commit comments