File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 contents : read
1818 actions : write
1919 steps :
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2121 with :
2222 submodules : recursive
2323 persist-credentials : false
2424 - name : Mount bazel cache
25- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
25+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
2626 with :
2727 path : " ~/.cache/bazel"
2828 key : bazel-${{ runner.os }}-build-${{ hashFiles('**/*.bzl', '**/*.bazel') }}
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout Code
38- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
38+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3939 with :
4040 fetch-depth : 0
4141 persist-credentials : false
Original file line number Diff line number Diff line change 2929 contents : read
3030 steps :
3131 - name : Checkout Code
32- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
32+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3333 with :
3434 fetch-depth : 0
3535 persist-credentials : false
You can’t perform that action at this time.
0 commit comments