Skip to content

Commit 5837580

Browse files
chore(deps): update actions/cache action to v6.1.0 (stable-f44) (#2460)
1 parent a8e1630 commit 5837580

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
@@ -162,7 +162,7 @@ jobs:
162162
echo "allow_cache_write=${ALLOW_CACHE_WRITE}" >> "$GITHUB_OUTPUT"
163163
164164
- name: Restore DNF package cache
165-
uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
165+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
166166
env:
167167
CACHE_NAME: ${{ steps.setup-cache.outputs.cache_name }}
168168
with:
@@ -197,7 +197,7 @@ jobs:
197197
198198
- name: Write new DNF package cache
199199
if: steps.setup-cache.outputs.allow_cache_write == 'true'
200-
uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
200+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
201201
env:
202202
CACHE_NAME: ${{ steps.setup-cache.outputs.cache_name }}
203203
with:

0 commit comments

Comments
 (0)