Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/guidoschmidt/circadian.el
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
guidoschmidt committed Apr 30, 2024
2 parents 94ce449 + 85863de commit 433478b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
- 29.3
- snapshot
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- 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 433478b

Please sign in to comment.