Skip to content

Commit 44d73df

Browse files
Update actions/cache action to v5 (#123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b967b7 commit 44d73df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Pages
3434
uses: actions/configure-pages@v5
3535
- name: Restore cache
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: |
3939
.next/cache

0 commit comments

Comments
 (0)