We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1575b6c commit d884899Copy full SHA for d884899
1 file changed
.github/workflows/github-ci.yaml
@@ -53,7 +53,7 @@ jobs:
53
submodules: 'recursive'
54
- name: Cache Downloaded Files
55
id: cache-downloaded-files
56
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
57
with:
58
path: '**/tests/pdf_cache/*'
59
key: cache-downloaded-files
0 commit comments