Skip to content

Commit e537518

Browse files
committed
bump actions/cache version
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
1 parent 0c66dfa commit e537518

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bazel_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v4.1.1
4949

5050
- name: Mount Bazel cache
51-
uses: actions/cache@v4.0.0
51+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5252
with:
5353
path: "/home/runner/.cache/bazel"
5454
key: bazel-ubuntu-22
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@v4.1.1
7070

7171
- name: Mount Bazel cache
72-
uses: actions/cache@v4.0.0
72+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
7373
with:
7474
path: "/home/runner/.cache/bazel"
7575
key: bazel-windows-2022
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v4.1.1
9191

9292
- name: Mount Bazel cache
93-
uses: actions/cache@v4.0.0
93+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9494
with:
9595
path: "/home/runner/.cache/bazel"
9696
key: bazel-macos-15
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/checkout@v4.1.1
112112

113113
- name: Mount Bazel cache
114-
uses: actions/cache@v4.0.0
114+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
115115
with:
116116
path: "/home/runner/.cache/bazel"
117117
key: bazel-macos-14

0 commit comments

Comments
 (0)