Skip to content

Commit

Permalink
Update workflows to use Emacs 29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Nov 15, 2024
1 parent 1ae4873 commit a3b86d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: 'Install Emacs'
uses: purcell/setup-emacs@master
with:
version: 29.3
version: 29.4
- name: 'Install scripts'
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: 'Install Emacs'
uses: purcell/setup-emacs@master
with:
version: 29.3
version: 29.4
- name: 'Install Texlive'
run: sudo apt update && sudo apt install -y texlive
- name: 'Checkout ${{ github.repository }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: 'Install Emacs'
uses: purcell/setup-emacs@master
with:
version: 29.3
version: 29.4
- name: 'Checkout ${{ github.repository }}'
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: 'Install Emacs'
uses: purcell/setup-emacs@master
with:
version: 29.3
version: 29.4
- name: 'Install scripts'
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a3b86d5

Please sign in to comment.