File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 cancel-in-progress : true
3434
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737
3838 # Set up ccache
3939 - name : ccache
5252 run : cmake --build ${{ github.workspace }}/build --preset ${{ matrix.preset }} --config ${{ matrix.build_type }} -j 4
5353
5454 - name : Archive production artifacts
55- uses : actions/upload-artifact@v4
55+ uses : actions/upload-artifact@v6
5656 with :
5757 name : gemma-${{ matrix.os }}-${{ matrix.preset }}-${{ matrix.build_type }}
5858 path : |
@@ -69,11 +69,11 @@ jobs:
6969 with :
7070 egress-policy : audit # cannot be block - runner does git checkout
7171
72- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 .0.0
72+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
7373
7474 - uses : bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3.0.0
7575
76- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
76+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
7777 with :
7878 path : ~/.cache/bazel
7979 key : bazel-${{ runner.os }}
You can’t perform that action at this time.
0 commit comments