We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acb295 commit e86174fCopy full SHA for e86174f
.github/workflows/presubmit.yml
@@ -30,10 +30,10 @@ jobs:
30
labels: ubuntu-24.04-64core
31
steps:
32
- name: Check out repository code
33
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # pin@v3
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # pin@v6.0.1
34
35
- name: Cache bazel build artifacts
36
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # pin@v4.2.0
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # pin@v5.0.1
37
with:
38
path: |
39
~/.cache/bazel
0 commit comments