File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424 with :
2525 go-version : 1.23
2626 - name : Cache npm modules
27- uses : actions/cache@v2
27+ uses : actions/cache@v4
2828 with :
2929 path : ~/.npm
3030 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
3131 restore-keys : |
3232 ${{ runner.os }}-node-
3333
3434 - name : Cache Go dependencies
35- uses : actions/cache@v2
35+ uses : actions/cache@v4
3636 with :
3737 path : ~/go/pkg/mod
3838 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 with :
2222 go-version : 1.23
2323 - name : Cache npm modules
24- uses : actions/cache@v2
24+ uses : actions/cache@v4
2525 with :
2626 path : ~/.npm
2727 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2828 restore-keys : |
2929 ${{ runner.os }}-node-
3030
3131 - name : Cache Go dependencies
32- uses : actions/cache@v2
32+ uses : actions/cache@v4
3333 with :
3434 path : ~/go/pkg/mod
3535 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments