Skip to content

Commit 41a2ad0

Browse files
chore(deps): update actions/cache action to v5.0.5 (#4470)
Co-authored-by: ubot-7274[bot] <217212047+ubot-7274[bot]@users.noreply.github.com>
1 parent 123f57c commit 41a2ad0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
echo "allow_cache_write=${ALLOW_CACHE_WRITE}" >> "$GITHUB_OUTPUT"
101101
102102
- name: Restore DNF package cache
103-
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
103+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
104104
env:
105105
CACHE_NAME: ${{ steps.setup-cache.outputs.cache_name }}
106106
with:
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Write new DNF package cache
130130
if: steps.setup-cache.outputs.allow_cache_write == 'true'
131-
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
131+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
132132
env:
133133
CACHE_NAME: ${{ steps.setup-cache.outputs.cache_name }}
134134
with:

0 commit comments

Comments
 (0)