From b3a2e2ac520b35829ff3295d159016e828fb7873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:14:22 +0000 Subject: [PATCH] Bump purcell/setup-emacs from 6.0 to 7.0 Bumps [purcell/setup-emacs](https://github.com/purcell/setup-emacs) from 6.0 to 7.0. - [Release notes](https://github.com/purcell/setup-emacs/releases) - [Commits](https://github.com/purcell/setup-emacs/compare/v6.0...v7.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/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 5a24c9687..40c062ed8 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@v7.0 with: version: ${{ matrix.emacs_version }}