From 727f0bb12eb198859684534dcf01b1f4c034b73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 04:38:14 +0000 Subject: [PATCH] Bump purcell/setup-emacs from 4.0 to 6.0 Bumps [purcell/setup-emacs](https://github.com/purcell/setup-emacs) from 4.0 to 6.0. - [Release notes](https://github.com/purcell/setup-emacs/releases) - [Commits](https://github.com/purcell/setup-emacs/compare/v4.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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4726c81..90ff722 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: purcell/setup-emacs@v4.0 + - uses: purcell/setup-emacs@v6.0 with: version: 28.1 - name: install dependencies