Skip to content

Commit f6e9e07

Browse files
Update actions/cache action to v5.0.5 (#951)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d583669 commit f6e9e07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
my_file.write(f"PC_CACHE_KEY={cache_key}")
102102
103103
- name: Restore pre-commit cache
104-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
104+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
105105
if: matrix.session == 'pre-commit'
106106
with:
107107
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)