Skip to content

Commit 9ae7bcb

Browse files
ci: [DEPENDABOT] Bump actions/cache from 5.0.2 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fd15eb commit 9ae7bcb

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
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Restore ccache cache
115115
if: ${{ inputs.download_ccache && github.ref != 'refs/heads/develop' }}
116-
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
116+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
117117
with:
118118
path: ${{ env.CCACHE_DIR }}
119119
key: ${{ steps.cache_key.outputs.key }}
@@ -164,7 +164,7 @@ jobs:
164164
165165
- name: Save ccache cache
166166
if: ${{ inputs.upload_ccache && github.ref == 'refs/heads/develop' }}
167-
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
167+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
168168
with:
169169
path: ${{ env.CCACHE_DIR }}
170170
key: ${{ steps.cache_key.outputs.key }}

0 commit comments

Comments
 (0)