File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: Build and deploy
99jobs :
1010 build :
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 - name : Cache node modules
1414 id : cache-npm
1515 uses : actions/cache@v4
5959 needs : [build]
6060 environment : ' dev'
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v6
6363 - name : Download all workflow run artifacts
6464 uses : actions/download-artifact@v4
6565 - uses : FirebaseExtended/action-hosting-deploy@v0
7373 needs : [deploy_dev]
7474 environment : ' staging'
7575 steps :
76- - uses : actions/checkout@v4
76+ - uses : actions/checkout@v6
7777 - name : Download all workflow run artifacts
7878 uses : actions/download-artifact@v4
7979 - uses : FirebaseExtended/action-hosting-deploy@v0
8787 needs : [deploy_dev, deploy_staging]
8888 environment : ' prod'
8989 steps :
90- - uses : actions/checkout@v4
90+ - uses : actions/checkout@v6
9191 - name : Download all workflow run artifacts
9292 uses : actions/download-artifact@v4
9393 - uses : FirebaseExtended/action-hosting-deploy@v0
Original file line number Diff line number Diff line change 88 if : ' ${{ github.event.pull_request.head.repo.full_name == github.repository }}'
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - name : Cache node modules
1313 id : cache-npm
1414 uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments