Skip to content

Commit c6128ac

Browse files
committed
ci(actions): Update actions/cache v4 to v5
why: Security and feature updates what: - Update actions/cache from v4 to v5 refs: - https://github.com/actions/cache/releases/tag/v5.0.0
1 parent 84973ca commit c6128ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

4141
- name: Setup tmux build cache for tmux ${{ matrix.tmux-version }}
4242
id: tmux-build-cache
43-
uses: actions/cache@v4
43+
uses: actions/cache@v5
4444
with:
4545
path: ~/tmux-builds/tmux-${{ matrix.tmux-version }}
4646
key: tmux-${{ matrix.tmux-version }}

0 commit comments

Comments
 (0)