From d3c4e55015c540fde43e4fb1e658e659fd22305c Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 15 Sep 2024 16:59:26 +0200 Subject: [PATCH] Bump dependencies --- .github/workflows/ci.yml | 8 ++++---- package-build.el | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eff7446..b407d1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,20 +3,20 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: package: [evil, magit, realgud, edts, elpher, which-key-posframe] steps: - name: checkout package-build - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: package-build fetch-depth: 1 - name: checkout melpa - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: melpa repository: melpa/melpa @@ -39,4 +39,4 @@ jobs: run: | cd melpa - make recipes/${{ matrix.package }} \ No newline at end of file + make recipes/${{ matrix.package }} diff --git a/package-build.el b/package-build.el index 700c22b..45f8205 100644 --- a/package-build.el +++ b/package-build.el @@ -13,7 +13,7 @@ ;; Keywords: maint tools ;; Package-Version: 4.0.0.50-git -;; Package-Requires: ((emacs "26.1") (compat "27.1")) +;; Package-Requires: ((emacs "26.1") (compat "30.0.0.0")) ;; SPDX-License-Identifier: GPL-3.0-or-later