Skip to content

Commit 2c9c563

Browse files
ci: [DEPENDABOT] Bump actions/cache from 4.3.0 to 5.0.1 (#2871)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
1 parent 8503335 commit 2c9c563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Restore ccache cache
119119
if: ${{ inputs.download_ccache && github.ref != 'refs/heads/develop' }}
120-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
120+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
121121
with:
122122
path: ${{ env.CCACHE_DIR }}
123123
key: ${{ steps.cache_key.outputs.key }}
@@ -167,7 +167,7 @@ jobs:
167167
168168
- name: Save ccache cache
169169
if: ${{ inputs.upload_ccache && github.ref == 'refs/heads/develop' }}
170-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
170+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
171171
with:
172172
path: ${{ env.CCACHE_DIR }}
173173
key: ${{ steps.cache_key.outputs.key }}

0 commit comments

Comments
 (0)