Skip to content

Commit d24d2f0

Browse files
committed
GitHub actions: Update to actions/cache to v4
1 parent b8f714d commit d24d2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
- uses: purcell/setup-emacs@master
4343
with:
4444
version: ${{ matrix.emacs-version }}
45-
- uses: actions/cache@v2
45+
- uses: actions/cache@v4
4646
id: cache-cask-packages
4747
with:
4848
path: .cask
4949
key: cache-cask-packages-000
50-
- uses: actions/cache@v2
50+
- uses: actions/cache@v4
5151
id: cache-cask-executable
5252
with:
5353
path: ~/.cask

0 commit comments

Comments
 (0)