Skip to content

Commit 4f2678f

Browse files
chore(deps): update actions/cache action to v4.2.2 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3119add commit 4f2678f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ runs:
103103
fi
104104
105105
- name: Restore cache
106-
uses: actions/cache/restore@v4.2.1
106+
uses: actions/cache/restore@v4.2.2
107107
id: restore-cache
108108
if: inputs.ignore_cache != 'true'
109109
with:
@@ -291,7 +291,7 @@ runs:
291291
fi
292292
293293
- name: Save cache
294-
uses: actions/cache/save@v4.2.1
294+
uses: actions/cache/save@v4.2.2
295295
if: always()
296296
with:
297297
path: tool/cache

0 commit comments

Comments
 (0)