File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 # Steps represent a sequence of tasks that will be executed as part of the job
2727 steps :
2828 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
29+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030 # Cache build and external artifacts so that the next ci build is incremental.
3131 # Because github action caches cannot be updated after a build, we need to
3232 # store the contents of each build in a unique cache key, then fall back to loading
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
16+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717 - name : Mount bazel caches
1818 uses : actions/cache@v4
1919 with :
You can’t perform that action at this time.
0 commit comments