File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 --health-retries 5
4040 timeout-minutes : 30
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343 - name : Configure AWS credentials
4444 uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
4545 with :
Original file line number Diff line number Diff line change 3232 --health-timeout 5s
3333 --health-retries 5
3434 steps :
35- - uses : actions/checkout@v4 # Checkout the code so we have access to the config file
35+ - uses : actions/checkout@v6 # Checkout the code so we have access to the config file
3636 - name : Configure AWS credentials
3737 uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
3838 with :
Original file line number Diff line number Diff line change 1010 prepare-dist :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 with :
1515 token : ${{ secrets.GH_CQ_BOT }}
1616 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1414 test :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Use Node.js
1919 uses : actions/setup-node@v4
2020 with :
You can’t perform that action at this time.
0 commit comments