Skip to content

Commit b118bd1

Browse files
Merge pull request #501 from agda/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents a4c1c49 + 0c747c7 commit b118bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# This caching step allows us to save a lot of building time by
7575
# saving the previous build.
7676
- name: Restore cache
77-
uses: actions/cache/restore@v4
77+
uses: actions/cache/restore@v5
7878
id: cache
7979
with:
8080
path: |
@@ -119,7 +119,7 @@ jobs:
119119
# This caching step allows us to save a lot of building time by
120120
# saving the previous build.
121121
- name: Save cache
122-
uses: actions/cache/save@v4
122+
uses: actions/cache/save@v5
123123
if: always()
124124
with:
125125
path: |

0 commit comments

Comments
 (0)