From 7d94fe6d60f34f7ae668a6ab06f4238a08ac5dae Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 28 Mar 2026 17:22:03 +0100 Subject: Update CI settings --- .github/workflows/makefile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index c2bc49f..f6eeb1b 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -22,6 +22,8 @@ jobs: emacs-version: [24.4, 24.5, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, 28.1, 28.2, 29.1, 29.2, 29.3, 29.4, 30.1, snapshot] # release-snapshot steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - uses: purcell/setup-emacs@master with: version: ${{ matrix.emacs-version }} -- cgit v1.0