Skip to content

Commit

Permalink
Always use latest setup-emacs action
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Purcell <[email protected]>
  • Loading branch information
voodoos and purcell committed Sep 20, 2024
1 parent 1054246 commit 49d97d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emacs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
EMACS_PACKAGE_LINT_IGNORE: ${{ matrix.package_lint_ignore }}
EMACS_BYTECOMP_WARN_IGNORE: ${{ matrix.bytecomp_warn_ignore }}
steps:
- uses: purcell/setup-emacs@v6.0
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}

Expand Down

0 comments on commit 49d97d5

Please sign in to comment.