File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 go-version : " 1.25.x"
2323 check-latest : true
2424 - name : cache
25- uses : actions/cache@v4
25+ uses : actions/cache@v5
2626 with :
2727 path : |
2828 ~/.cache/buf/${{ runner.os }}/x86_64/bin
Original file line number Diff line number Diff line change 2222 go-version : " 1.25.x"
2323 check-latest : true
2424 - name : cache
25- uses : actions/cache@v4
25+ uses : actions/cache@v5
2626 with :
2727 path : |
2828 ~/.cache/buf/${{ runner.os }}/x86_64/bin
3434 restore-keys : |
3535 ${{ runner.os }}-buf-lint-
3636 - name : golangci-lint-cache
37- uses : actions/cache@v4
37+ uses : actions/cache@v5
3838 with :
3939 path : ~/.cache/golangci-lint
4040 # https://github.com/golangci/golangci-lint-action#caching-internals includes an interval number in the cache
5959 go-version : " 1.25.x"
6060 check-latest : true
6161 - name : cache
62- uses : actions/cache@v4
62+ uses : actions/cache@v5
6363 with :
6464 path : |
6565 ~/.cache/buf/${{ runner.os }}/x86_64/bin
Original file line number Diff line number Diff line change 2525 go-version : ${{ matrix.go-version }}
2626 check-latest : true
2727 - name : cache
28- uses : actions/cache@v4
28+ uses : actions/cache@v5
2929 with :
3030 path : |
3131 ~/.cache/buf/${{ runner.os }}/x86_64/bin
Original file line number Diff line number Diff line change 3030 check-latest : true
3131 cache : true
3232 - name : windows-cache
33- uses : actions/cache@v4
33+ uses : actions/cache@v5
3434 with :
3535 path : |
3636 ${{ env.DOWNLOAD_CACHE }}
You can’t perform that action at this time.
0 commit comments