From c400bcdef6497ac719689746e3d19dcaa358d6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:53:04 +0000 Subject: [PATCH] Bump purcell/setup-emacs from 7.0 to 8.0 Bumps [purcell/setup-emacs](https://github.com/purcell/setup-emacs) from 7.0 to 8.0. - [Release notes](https://github.com/purcell/setup-emacs/releases) - [Commits](https://github.com/purcell/setup-emacs/compare/v7.0...v8.0) --- updated-dependencies: - dependency-name: purcell/setup-emacs dependency-version: '8.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index b1809a4..a9fe3d8 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -23,7 +23,7 @@ jobs: with: ruby-version: '3.1' - name: Setup Emacs - uses: purcell/setup-emacs@v7.0 + uses: purcell/setup-emacs@v8.0 with: version: 28.1 - name: Run Emacs Org mode publish to convert Org mode files to HTML