File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 path : " otel_cpp_contrib"
2727 - name : Mount Bazel Cache
28- uses : actions/cache@v3
28+ uses : actions/cache@v4
2929 env :
3030 cache-name : bazel_cache
3131 with :
4545 with :
4646 path : " otel_cpp_contrib"
4747 - name : Mount Bazel Cache
48- uses : actions/cache@v3
48+ uses : actions/cache@v4
4949 env :
5050 cache-name : bazel_cache
5151 with :
Original file line number Diff line number Diff line change 2828 with :
2929 install : true
3030 - name : cache docker layers
31- uses : actions/cache@v3
31+ uses : actions/cache@v4
3232 with :
3333 path : /tmp/buildx-cache/
3434 key : apache-ubuntu-20.04-${{ github.sha }}
7272 with :
7373 install : true
7474 # - name: cache docker layers
75- # uses: actions/cache@v3
75+ # uses: actions/cache@v4
7676 # with:
7777 # path: /tmp/buildx-cache/
7878 # key: apache-centos7-${{ github.sha }}
@@ -141,7 +141,7 @@ jobs:
141141 with :
142142 install : true
143143 # - name: cache docker layers
144- # uses: actions/cache@v3
144+ # uses: actions/cache@v4
145145 # with:
146146 # path: /tmp/buildx-cache/
147147 # key: apache-almalinux8-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments