Skip to content

Commit 713a465

Browse files
committed
ci(tests): actions/cache@v4
See also: https://github.com/actions/cache/releases/tag/v4.0.0
1 parent 442c769 commit 713a465

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
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Setup tmux build cache for tmux ${{ matrix.tmux-version }}
2828
id: tmux-build-cache
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
with:
3131
path: ~/tmux-builds/tmux-${{ matrix.tmux-version }}
3232
key: tmux-${{ matrix.tmux-version }}

0 commit comments

Comments
 (0)