Skip to content

Commit c585d7d

Browse files
committed
ci(tests): actions/cache@v4
See also: https://github.com/actions/cache/releases/tag/v4.0.0
1 parent 630eb47 commit c585d7d

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
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Setup tmux build cache for tmux ${{ matrix.tmux-version }}
3434
id: tmux-build-cache
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: ~/tmux-builds/tmux-${{ matrix.tmux-version }}
3838
key: tmux-${{ matrix.tmux-version }}

0 commit comments

Comments
 (0)