Skip to content

Commit 115e750

Browse files
Update actions/cache action to v5 (#184)
1 parent d541433 commit 115e750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cache-build-paths/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
using: 'composite'
99
steps:
1010
- name: Cache build artifacts
11-
uses: actions/cache@v4
11+
uses: actions/cache@v5
1212
with:
1313
path: |
1414
example/build

0 commit comments

Comments
 (0)