We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2408878 commit 336a8bbCopy full SHA for 336a8bb
.github/workflows/ci.yml
@@ -42,12 +42,12 @@ jobs:
42
- uses: purcell/setup-emacs@master
43
with:
44
version: ${{ matrix.emacs-version }}
45
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
46
id: cache-cask-packages
47
48
path: .cask
49
key: cache-cask-packages-000
50
51
id: cache-cask-executable
52
53
path: ~/.cask
0 commit comments