Skip to content

Commit 8d8cbd1

Browse files
chore(deps): update actions/cache action to v6.1.0 (#2459)
Co-authored-by: ubot-7274[bot] <217212047+ubot-7274[bot]@users.noreply.github.com>
1 parent d58f8f7 commit 8d8cbd1

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
@@ -159,7 +159,7 @@ jobs:
159159
echo "allow_cache_write=${ALLOW_CACHE_WRITE}" >> "$GITHUB_OUTPUT"
160160
161161
- name: Restore DNF package cache
162-
uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
162+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
163163
env:
164164
CACHE_NAME: ${{ steps.setup-cache.outputs.cache_name }}
165165
with:
@@ -194,7 +194,7 @@ jobs:
194194
195195
- name: Write new DNF package cache
196196
if: steps.setup-cache.outputs.allow_cache_write == 'true'
197-
uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
197+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
198198
env:
199199
CACHE_NAME: ${{ steps.setup-cache.outputs.cache_name }}
200200
with:

0 commit comments

Comments
 (0)