Skip to content

Commit 1b54e52

Browse files
chore(deps): update actions/cache action to v5
1 parent 537500e commit 1b54e52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/job_bazel-build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4.1.0
1818
- name: Mount bazel cache
19-
uses: actions/cache@v3
19+
uses: actions/cache@v5
2020
with:
2121
path: "~/.cache/bazel"
2222
key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'MODULE.bazel', 'third-party/bazel/*') }}

.github/workflows/job_build-cmake-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
BRANCH_NAME_FOR_CACHE="${GITHUB_REF_NAME//-/_}"
125125
echo "branch_name_for_cache=${BRANCH_NAME_FOR_CACHE}" >> "$GITHUB_ENV"
126126
- name: Setup cache
127-
uses: actions/cache@v4
127+
uses: actions/cache@v5
128128
with:
129129
path: cache
130130
key: compile-${{ env.branch_name_for_cache }}-${{ github.sha }}

.github/workflows/job_build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
BRANCH_NAME_FOR_CACHE="${GITHUB_REF_NAME//-/_}"
8181
echo "branch_name_for_cache=${BRANCH_NAME_FOR_CACHE}" >> "$GITHUB_ENV"
8282
- name: Setup cache
83-
uses: actions/cache@v4
83+
uses: actions/cache@v5
8484
with:
8585
path: cache
8686
key: compile-${{ env.branch_name_for_cache }}-${{ github.sha }}

0 commit comments

Comments
 (0)