Skip to content

Commit 719b17b

Browse files
authored
Merge pull request #12 from hkint/dependabot/github_actions/actions/cache-5
[github-actions] Bump actions/cache from 4 to 5
2 parents 58a5baf + d682c40 commit 719b17b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-immortalwrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
169169
- name: Cache Compile
170170
id: cache-compile
171-
uses: actions/cache/save@v4
171+
uses: actions/cache/save@v5
172172
if: steps.compile.outputs.status == 'success' && !cancelled()
173173
with:
174174
path: openwrt

0 commit comments

Comments
 (0)