From 83547076634119a86850ee828ac12e0c7f8d43be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:43:58 +0000 Subject: [PATCH] Bump purcell/setup-emacs from 6.0 to 8.0 Bumps [purcell/setup-emacs](https://github.com/purcell/setup-emacs) from 6.0 to 8.0. - [Release notes](https://github.com/purcell/setup-emacs/releases) - [Commits](https://github.com/purcell/setup-emacs/compare/v6.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/emacs-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/emacs-lint.yml b/.github/workflows/emacs-lint.yml index c10af69a67..d509e25e88 100644 --- a/.github/workflows/emacs-lint.yml +++ b/.github/workflows/emacs-lint.yml @@ -25,7 +25,7 @@ jobs: EMACS_PACKAGE_LINT_IGNORE: ${{ matrix.package_lint_ignore }} EMACS_BYTECOMP_WARN_IGNORE: ${{ matrix.bytecomp_warn_ignore }} steps: - - uses: purcell/setup-emacs@v6.0 + - uses: purcell/setup-emacs@v8.0 with: version: ${{ matrix.emacs_version }}