Skip to content

Commit 2e91562

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 02f5def commit 2e91562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

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

3838
- name: Setup tmux build cache for tmux ${{ matrix.tmux-version }}
3939
id: tmux-build-cache
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
with:
4242
path: ~/tmux-builds/tmux-${{ matrix.tmux-version }}
4343
key: tmux-${{ matrix.tmux-version }}

0 commit comments

Comments
 (0)