We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c877f36 commit 7169758Copy full SHA for 7169758
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Restore cached fonts
46
# Downloading fonts is time consuming.
47
- uses: actions/cache@v4
+ uses: actions/cache@v5
48
id: fonts-cache
49
with:
50
path: |
.github/workflows/check.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
0 commit comments