File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 with :
3636 node-version : 20.x
3737 - name : Cache dependencies
38- uses : actions/cache@v4
38+ uses : actions/cache@v5
3939 with :
4040 path : ~/.npm
4141 key : ${{ runner.os }}-node-${{ hashFiles('.github/workflows/danger-generate.yml') }}
Original file line number Diff line number Diff line change 2020 with :
2121 node-version : 20.x
2222 - name : Cache dependencies
23- uses : actions/cache@v4
23+ uses : actions/cache@v5
2424 with :
2525 path : ~/.npm
2626 key : ${{ runner.os }}-node-${{ hashFiles('**/.github/workflows/danger-send.yml') }}
Original file line number Diff line number Diff line change 6666 with :
6767 node-version : 20.x
6868 - name : Cache dependencies
69- uses : actions/cache@v4
69+ uses : actions/cache@v5
7070 with :
7171 path : ~/.npm
7272 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 3434 with :
3535 node-version : 20.x
3636 - name : Cache dependencies
37- uses : actions/cache@v4
37+ uses : actions/cache@v5
3838 with :
3939 path : ~/.npm
4040 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments