@@ -17,14 +17,14 @@ jobs:
1717 name : " Bazel Debug Build"
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v4
2121 with :
2222 ref : ${{github.event.pull_request.head.ref}}
2323 repository : ${{github.event.pull_request.head.repo.full_name}}
2424
2525 - name : Bazel cache
2626 id : cache-bazel-debug
27- uses : actions/cache@v3.0.4
27+ uses : actions/cache@v4
2828 with :
2929 path : ~/.cache/bazel/
3030 key : ${{ runner.os }}-bazel-debug
@@ -41,14 +41,14 @@ jobs:
4141 name : " Bazel Release Build"
4242 steps :
4343 - name : Checkout code
44- uses : actions/checkout@v2
44+ uses : actions/checkout@v4
4545 with :
4646 ref : ${{github.event.pull_request.head.ref}}
4747 repository : ${{github.event.pull_request.head.repo.full_name}}
4848
4949 - name : Bazel cache
5050 id : cache-bazel-release
51- uses : actions/cache@v3.0.4
51+ uses : actions/cache@v4
5252 with :
5353 path : ~/.cache/bazel/
5454 key : ${{ runner.os }}-bazel-release
@@ -66,14 +66,14 @@ jobs:
6666 needs : [build-debug]
6767 steps :
6868 - name : Checkout code
69- uses : actions/checkout@v2
69+ uses : actions/checkout@v4
7070 with :
7171 ref : ${{github.event.pull_request.head.ref}}
7272 repository : ${{github.event.pull_request.head.repo.full_name}}
7373
7474 - name : Bazel cache
7575 id : cache-bazel-debug
76- uses : actions/cache@v3.0.4
76+ uses : actions/cache@v4
7777 with :
7878 path : ~/.cache/bazel/
7979 key : ${{ runner.os }}-bazel-debug
@@ -91,14 +91,14 @@ jobs:
9191 needs : [build-release]
9292 steps :
9393 - name : Checkout code
94- uses : actions/checkout@v2
94+ uses : actions/checkout@v4
9595 with :
9696 ref : ${{github.event.pull_request.head.ref}}
9797 repository : ${{github.event.pull_request.head.repo.full_name}}
9898
9999 - name : Bazel cache
100100 id : cache-bazel-release
101- uses : actions/cache@v3.0.4
101+ uses : actions/cache@v4
102102 with :
103103 path : ~/.cache/bazel/
104104 key : ${{ runner.os }}-bazel-release
0 commit comments