Skip to content

Commit

Permalink
GitHub actions: Update to actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Feb 11, 2025
1 parent b9513bf commit 9b08002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
- uses: actions/cache@v2
- uses: actions/cache@v4
id: cache-cask-packages
with:
path: .cask
key: cache-cask-packages-000
- uses: actions/cache@v2
- uses: actions/cache@v4
id: cache-cask-executable
with:
path: ~/.cask
Expand Down

0 comments on commit 9b08002

Please sign in to comment.