Skip to content

Commit 7169758

Browse files
chore(deps): bump actions/cache from 4 to 5 (#125)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c877f36 commit 7169758

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Restore cached fonts
4646
# Downloading fonts is time consuming.
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
id: fonts-cache
4949
with:
5050
path: |

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Restore cached fonts
3737
# Downloading fonts is time consuming.
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
id: fonts-cache
4040
with:
4141
path: |

0 commit comments

Comments
 (0)