File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
github-actions/bazel/setup Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 working-directory : ./.github/ng-renovate
3939 - name : Setup UV
4040 if : matrix.REPOSITORY == 'angular/web-codegen-scorer' # UV is only needed for web-codegen-scorer as it uses python.
41- uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5 .0
41+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
4242 - name : Setup Dart
4343 if : matrix.REPOSITORY == 'angular/dev-infra' # Dart is only needed for rules_sass which is in dev-infra.
4444 uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # v1
Original file line number Diff line number Diff line change 1313 using : composite
1414 steps :
1515 - name : Configure action caching for bazel version downloaded by bazelisk
16- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
16+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
1717 with :
1818 path : |
1919 ~/.cache/bazelisk
2727 shell : bash
2828
2929 - name : Configure action caching for bazel repository cache
30- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
30+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3131 with :
3232 # Note: Bazel repository cache is located in system locations and cannot use
3333 # a shared cache between different runner operating systems.
You can’t perform that action at this time.
0 commit comments