File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2525 run : echo ${{ steps.buildx.outputs.platforms }}
2626
2727 - name : Cache Docker layers
28- uses : actions/cache@v3.2.6
28+ uses : actions/cache@v3.3.0
2929 with :
3030 path : /tmp/.buildx-cache
3131 key : ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 4242 uses : actions/checkout@v3
4343
4444 - name : Mount Bazel Cache
45- uses : actions/cache@v3.2.6
45+ uses : actions/cache@v3.3.0
4646 with :
4747 path : " /home/runner/repo-cache/"
4848 key : repo-cache
Original file line number Diff line number Diff line change 8787 repository : bazelbuild/bazel
8888 path : bazel
8989 - name : MOUNT BAZEL CACHE
90- uses : actions/cache@v3.2.6
90+ uses : actions/cache@v3.3.0
9191 with :
9292 path : " /home/runner/.cache/bazel"
9393 key : bazel
Original file line number Diff line number Diff line change 2222 repo-token : ${{ secrets.GITHUB_TOKEN }}
2323 wait-interval : 30 # seconds
2424 - name : MOUNT BAZEL CACHE
25- uses : actions/cache@v3.2.6
25+ uses : actions/cache@v3.3.0
2626 with :
2727 path : " /home/runner/repo-cache/"
2828 key : repo-cache
Original file line number Diff line number Diff line change 1212 - name : CHECKOUT REPOSITORY
1313 uses : actions/checkout@v3
1414 - name : MOUNT BAZEL CACHE
15- uses : actions/cache@v3.2.6
15+ uses : actions/cache@v3.3.0
1616 with :
1717 path : " /home/runner/repo-cache/"
1818 key : repo-cache
Original file line number Diff line number Diff line change 7070 path : secondary-umbrella
7171 - name : MOUNT BAZEL CACHE
7272 if : env.exists != 'true'
73- uses : actions/cache@v3.2.6
73+ uses : actions/cache@v3.3.0
7474 with :
7575 path : " /home/runner/repo-cache/"
7676 key : repo-cache-secondary-umbrella
@@ -132,7 +132,7 @@ jobs:
132132 - name : CHECKOUT REPOSITORY
133133 uses : actions/checkout@v3
134134 - name : MOUNT BAZEL CACHE
135- uses : actions/cache@v3.2.6
135+ uses : actions/cache@v3.3.0
136136 with :
137137 path : " /home/runner/repo-cache/"
138138 key : repo-cache
@@ -180,7 +180,7 @@ jobs:
180180 otp-version : ${{ matrix.erlang_version }}
181181 elixir-version : ${{ matrix.elixir_version }}
182182 - name : MOUNT BAZEL CACHE
183- uses : actions/cache@v3.2.6
183+ uses : actions/cache@v3.3.0
184184 with :
185185 path : " /home/runner/repo-cache/"
186186 key : repo-cache
Original file line number Diff line number Diff line change 4747 elixir-version : ${{ matrix.elixir_version }}
4848
4949 - name : Mount Bazel Cache
50- uses : actions/cache@v3.2.6
50+ uses : actions/cache@v3.3.0
5151 with :
5252 path : " /home/runner/repo-cache/"
5353 key : repo-cache
Original file line number Diff line number Diff line change 4141 - name : CHECKOUT REPOSITORY
4242 uses : actions/checkout@v3
4343 - name : MOUNT BAZEL CACHE
44- uses : actions/cache@v3.2.6
44+ uses : actions/cache@v3.3.0
4545 with :
4646 path : " /home/runner/repo-cache/"
4747 key : repo-cache
9393 otp-version : ${{ matrix.erlang_version }}
9494 elixir-version : ${{ matrix.elixir_version }}
9595 - name : MOUNT BAZEL CACHE
96- uses : actions/cache@v3.2.6
96+ uses : actions/cache@v3.3.0
9797 with :
9898 path : " /home/runner/repo-cache/"
9999 key : repo-cache
You can’t perform that action at this time.
0 commit comments