File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 runs-on : ubuntu-latest
6767 needs : build
6868 steps :
69- - uses : actions/checkout@v2
70- - uses : actions/cache@v2
69+ - uses : actions/checkout@v3
70+ - uses : actions/cache@v3
7171 with :
7272 path : ${{ env.CACHE_NODE_MODULES_PATH }}
7373 key : node_modules-${{ hashFiles('**/package-lock.json') }}
8383 runs-on : ubuntu-latest
8484 needs : install
8585 steps :
86- - uses : actions/checkout@v2
87- - uses : actions/cache@v2
86+ - uses : actions/checkout@v3
87+ - uses : actions/cache@v3
8888 with :
8989 path : ${{ env.CACHE_NODE_MODULES_PATH }}
9090 key : node_modules-${{ hashFiles('**/package-lock.json') }}
9797 outputs :
9898 output_url : ${{ steps.firebase_hosting_preview.outputs.details_url }}
9999 steps :
100- - uses : actions/checkout@v2
101- - uses : actions/cache@v2
100+ - uses : actions/checkout@v3
101+ - uses : actions/cache@v3
102102 with :
103103 path : ${{ env.CACHE_DIST_PATH }}
104104 key : dist-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments