From acc89a9738a7f47e1dba39936e85a5e250ce2f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 23:56:16 +0000 Subject: [PATCH] Bump purcell/setup-emacs from 5.0 to 6.0 Bumps [purcell/setup-emacs](https://github.com/purcell/setup-emacs) from 5.0 to 6.0. - [Release notes](https://github.com/purcell/setup-emacs/releases) - [Commits](https://github.com/purcell/setup-emacs/compare/v5.0...v6.0) --- updated-dependencies: - dependency-name: purcell/setup-emacs 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 fc4c7a45..9f1a48e3 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: purcell/setup-emacs@v5.0 + - uses: purcell/setup-emacs@v6.0 with: version: 28.1 - name: Run Emacs Org mode publish to convert Org mode files to HTML