File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed
Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3131
3232 - uses : docker/setup-buildx-action@v1
3333
34- - uses : actions/cache@v2
34+ - uses : actions/cache@v5
3535 with :
3636 path : /tmp/.buildx-cache
3737 key : ${{ runner.os }}-buildx-apisixdashboard-${{ github.sha }}
Original file line number Diff line number Diff line change 3434
3535 - name : cache etcd
3636 id : cache-etcd
37- uses : actions/cache@v2
37+ uses : actions/cache@v5
3838 with :
3939 path : |
4040 ${{ github.workspace }}/api/etcd-v${{ matrix.etcd }}-linux-amd64
Original file line number Diff line number Diff line change 2929 go-version : " 1.13"
3030 submodules : recursive
3131
32- - uses : actions/cache@v2
32+ - uses : actions/cache@v5
3333 with :
3434 path : |
3535 ~/.cache/go-build
4040
4141 - uses : docker/setup-buildx-action@v1
4242
43- - uses : actions/cache@v2
43+ - uses : actions/cache@v5
4444 with :
4545 path : /tmp/.buildx-cache
4646 key : ${{ runner.os }}-buildx-apisixdashboard-${{ github.sha }}
@@ -149,7 +149,7 @@ jobs:
149149
150150 - uses : docker/setup-buildx-action@v1
151151
152- - uses : actions/cache@v2
152+ - uses : actions/cache@v5
153153 with :
154154 path : /tmp/.buildx-cache
155155 key : ${{ runner.os }}-buildx-apisixdashboard-${{ github.sha }}
Original file line number Diff line number Diff line change 3333 with :
3434 go-version : " 1.13"
3535
36- - uses : actions/cache@v2
36+ - uses : actions/cache@v5
3737 with :
3838 path : |
3939 ~/.cache/go-build
Original file line number Diff line number Diff line change 2727
2828 - uses : docker/setup-buildx-action@v1
2929
30- - uses : actions/cache@v2
30+ - uses : actions/cache@v5
3131 with :
3232 path : /tmp/.buildx-cache
3333 key : ${{ runner.os }}-buildx-apisixdashboard-${{ github.sha }}
Original file line number Diff line number Diff line change 5353 with :
5454 go-version : ' 1.13'
5555
56- - uses : actions/cache@v2
56+ - uses : actions/cache@v5
5757 with :
5858 path : |
5959 ~/.cache/go-build
6969 nohup go run ./main.go &
7070
7171 - name : Cache Cypress binary
72- uses : actions/cache@v2.1.6
72+ uses : actions/cache@v5
7373 id : cypress-binary-cache
7474 with :
7575 path : ' */cypress/cache'
Original file line number Diff line number Diff line change 5151 with :
5252 go-version : ' 1.13'
5353
54- - uses : actions/cache@v2
54+ - uses : actions/cache@v5
5555 with :
5656 path : |
5757 ~/.cache/go-build
7171 nohup go run ./main.go &
7272
7373 - name : Cache Cypress binary
74- uses : actions/cache@v2.1.6
74+ uses : actions/cache@v5
7575 id : cypress-binary-cache
7676 with :
7777 path : ' */cypress/cache'
Original file line number Diff line number Diff line change 3535 with :
3636 go-version : ' 1.13'
3737
38- - uses : actions/cache@v2
38+ - uses : actions/cache@v5
3939 with :
4040 path : |
4141 ~/.cache/go-build
Original file line number Diff line number Diff line change 5050 with :
5151 go-version : ' 1.13'
5252
53- - uses : actions/cache@v2
53+ - uses : actions/cache@v5
5454 with :
5555 path : |
5656 ~/.cache/go-build
Original file line number Diff line number Diff line change 4747 with :
4848 go-version : ' 1.13'
4949
50- - uses : actions/cache@v2
50+ - uses : actions/cache@v5
5151 with :
5252 path : |
5353 ~/.cache/go-build
You can’t perform that action at this time.
0 commit comments