Skip to content

Commit 097ffca

Browse files
Update workflow Emacs version to 30.2
1 parent a3672dc commit 097ffca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: purcell/setup-emacs@master
1919
with:
20-
version: 28.2
20+
version: 30.2
2121
- run: scripts/test

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919
- uses: purcell/setup-emacs@master
2020
with:
21-
version: 28.2
21+
version: 30.2
2222
- run: emacs --batch ox-html-markdown-style-footnotes.org --load scripts/readme.el/readme.el --eval "(readme/to-markdown \"README.md\")"
2323
- uses: stefanzweifel/git-auto-commit-action@v4
2424
with:

0 commit comments

Comments
 (0)