File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v5
1313
1414 - name : Install Heroku CLI
1515 run : |
1616 curl https://cli-assets.heroku.com/install.sh | sh
1717
18- - uses : akhileshns/heroku-deploy@v3.12.14 # This is the action
18+ - uses : akhileshns/heroku-deploy@v3.15.15 # This is the action
1919 with :
2020 heroku_api_key : ${{secrets.HEROKU_API_KEY}}
2121 heroku_app_name : " foodoasisdev" # Must be unique in Heroku
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v5
1313
1414 - name : Install Heroku CLI
1515 run : |
1616 curl https://cli-assets.heroku.com/install.sh | sh
1717
18- - uses : akhileshns/heroku-deploy@v3.12.14 # This is the action
18+ - uses : akhileshns/heroku-deploy@v3.15.15 # This is the action
1919 with :
2020 heroku_api_key : ${{secrets.HEROKU_API_KEY}}
2121 heroku_app_name : " foodoasis" # Must be unique in Heroku
Original file line number Diff line number Diff line change 3737 if : ${{ !cancelled() }}
3838 with :
3939 name : playwright-report
40- path : playwright-report/
40+ path : client/ playwright-report/
4141 retention-days : 30
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v5
1313
1414 - name : Install Heroku CLI
1515 run : |
1616 curl https://cli-assets.heroku.com/install.sh | sh
1717
18- - uses : akhileshns/heroku-deploy@v3.12.14 # This is the action
18+ - uses : akhileshns/heroku-deploy@v3.15.15 # This is the action
1919 with :
2020 heroku_api_key : ${{secrets.HEROKU_API_KEY}}
2121 heroku_app_name : " foodoasisvite" # Must be unique in Heroku
You can’t perform that action at this time.
0 commit comments